Click here to Skip to main content
15,921,643 members
Home / Discussions / Database
   

Database

 
GeneralRe: help required Pin
Christian Graus28-May-05 12:17
protectorChristian Graus28-May-05 12:17 
GeneralRe: help required Pin
Colin Angus Mackay28-May-05 12:46
Colin Angus Mackay28-May-05 12:46 
GeneralRe: help required Pin
Colin Angus Mackay28-May-05 12:43
Colin Angus Mackay28-May-05 12:43 
GeneralRe: help required Pin
Christian Graus29-May-05 12:21
protectorChristian Graus29-May-05 12:21 
Generalsql query Pin
varun8027-May-05 2:40
varun8027-May-05 2:40 
GeneralRe: sql query Pin
Colin Angus Mackay27-May-05 10:13
Colin Angus Mackay27-May-05 10:13 
GeneralProblem related to the use of SQLDMO Pin
Prashant N.Rana26-May-05 22:19
Prashant N.Rana26-May-05 22:19 
GeneralRe: Problem related to the use of SQLDMO Pin
jonathan1526-May-05 22:39
jonathan1526-May-05 22:39 
SQLDMO is a pig to re-distribute. You should find some info on the original SQL server CD or from the MS website. There are 3 ways to get an SQLDMO application to work on a client.
1: install SQL server on the PC
2: install SQL server Client tools on the PC
3: install all the SQLDMO dlls to the correct locations on the client PC.(see below)

These are the files that need to be installed and where they need to be installed to:

sqlunirl.dll to (WinSysPath)
sqldmo.rll to C:\Program Files\Microsoft SQL Server\80\Tools\Binn\Resources\1033
sqlsvc.rll to C:\Program Files\Microsoft SQL Server\80\Tools\Binn\Resources\1033
sqlresld.dll to C:\Program Files\Microsoft SQL Server\80\Tools\Binn
w95scm.dll to C:\Program Files\Microsoft SQL Server\80\Tools\Binn
sqlsvc.dll to C:\Program Files\Microsoft SQL Server\80\Tools\Binn
sqldmo.dll to C:\Program Files\Microsoft SQL Server\80\Tools\Binn

This is probably why most people will use ado / ado.net and use the system stored proceedures which can do pretty much everything SQLDMO cna do anyway.
I think thats it.

Jon
GeneralRe: Problem related to the use of SQLDMO Pin
Prashant N.Rana29-May-05 17:41
Prashant N.Rana29-May-05 17:41 
GeneralInserting sql data Pin
NormBohana26-May-05 14:40
NormBohana26-May-05 14:40 
GeneralRe: Inserting sql data Pin
Colin Angus Mackay26-May-05 23:46
Colin Angus Mackay26-May-05 23:46 
GeneralMany to Many Relations Pin
mjackson1126-May-05 10:13
mjackson1126-May-05 10:13 
GeneralRe: Many to Many Relations Pin
Colin Angus Mackay26-May-05 23:50
Colin Angus Mackay26-May-05 23:50 
GeneralRe: Many to Many Relations Pin
mjackson1127-May-05 2:13
mjackson1127-May-05 2:13 
GeneralCrystal reports memory issue Pin
Jason Stamp25-May-05 23:32
Jason Stamp25-May-05 23:32 
GeneralRe: Crystal reports memory issue Pin
Lucy Kaplan26-May-05 0:20
Lucy Kaplan26-May-05 0:20 
GeneralRe: Crystal reports memory issue Pin
jonathan1526-May-05 1:43
jonathan1526-May-05 1:43 
GeneralRe: Crystal reports memory issue Pin
Anonymous26-May-05 3:37
Anonymous26-May-05 3:37 
GeneralRe: Crystal reports memory issue Pin
jonathan1526-May-05 3:44
jonathan1526-May-05 3:44 
Questionhow to setup the database? Pin
tudou25-May-05 21:24
tudou25-May-05 21:24 
AnswerRe: how to setup the database? Pin
Christian Graus28-May-05 12:18
protectorChristian Graus28-May-05 12:18 
GeneralDataset question Pin
Timothy_198225-May-05 20:20
Timothy_198225-May-05 20:20 
GeneralRe: Dataset question Pin
Christian Graus28-May-05 12:21
protectorChristian Graus28-May-05 12:21 
Questionhow i can access to the start menu of the server and open the enteprize manager? Pin
Anonymous25-May-05 8:29
Anonymous25-May-05 8:29 
AnswerRe: how i can access to the start menu of the server and open the enteprize manager? Pin
Colin Angus Mackay25-May-05 12:58
Colin Angus Mackay25-May-05 12:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.