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

Database

 
GeneralRe: BULK INSERT via ADO -- URGENT Pin
Mike Dimmick26-Aug-03 22:36
Mike Dimmick26-Aug-03 22:36 
GeneralRe: BULK INSERT via ADO -- URGENT Pin
m2m Inc27-Aug-03 23:32
m2m Inc27-Aug-03 23:32 
GeneralDatareader & Datasets Pin
Nick Seng25-Aug-03 20:15
Nick Seng25-Aug-03 20:15 
GeneralRe: Datareader & Datasets Pin
Hesham Amin25-Aug-03 21:41
Hesham Amin25-Aug-03 21:41 
GeneralRe: Datareader & Datasets Pin
Nick Seng25-Aug-03 22:37
Nick Seng25-Aug-03 22:37 
GeneralRe: Datareader & Datasets Pin
Tom Archer26-Aug-03 2:09
Tom Archer26-Aug-03 2:09 
GeneralRe: Datareader & Datasets Pin
Nick Seng26-Aug-03 2:12
Nick Seng26-Aug-03 2:12 
GeneralSQL Server 2000 DMO Problem Pin
Anonymous25-Aug-03 10:04
Anonymous25-Aug-03 10:04 
I want to reach to a database via DMO, but getting compile time errors. MSDN says that i should be able to get to it through item method, but compiler complaints that this is not a member of SQLDMO::Databases. Any idea what i am doing wrong?

SQLDMO::_SQLServerPtr pSQLServer;
SQLDMO::DatabasesPtr pDatabases;
SQLDMO::_DatabasePtr pDatabase;


HRESULT hr = pSQLServer.CreateInstance(__uuidof(SQLDMO::SQLServer));
pSQLServer->Connect ("MyServerName", "username", "password");
pDatabases = pSQLServer->GetDatabases();
pDatabase = pDatabases->Item("MyDatabase");

GeneralRegistering the database Pin
Ahmed Galal25-Aug-03 4:57
Ahmed Galal25-Aug-03 4:57 
GeneralRe: Registering the database Pin
Hesham Amin25-Aug-03 6:31
Hesham Amin25-Aug-03 6:31 
GeneralRe: Registering the database Pin
Ahmed Galal25-Aug-03 7:08
Ahmed Galal25-Aug-03 7:08 
GeneralProblem with ADOCE Pin
Christian_1234525-Aug-03 1:19
Christian_1234525-Aug-03 1:19 
GeneralDataAdapter.Update & Expression Column Pin
Member 798993724-Aug-03 23:35
Member 798993724-Aug-03 23:35 
GeneralRe: DataAdapter.Update & Expression Column Pin
Anonymous25-Aug-03 0:52
Anonymous25-Aug-03 0:52 
QuestionHow to get a list of tables from a access database Pin
King_of_Queens24-Aug-03 5:48
King_of_Queens24-Aug-03 5:48 
AnswerRe: How to get a list of tables from a access database Pin
Hesham Amin24-Aug-03 6:27
Hesham Amin24-Aug-03 6:27 
AnswerRe: How to get a list of tables from a access database Pin
Kyle Chen26-Aug-03 0:03
Kyle Chen26-Aug-03 0:03 
Generalsynchronizing two datasets Pin
rhinof23-Aug-03 23:16
rhinof23-Aug-03 23:16 
GeneralADO and MSSQL... Pin
Anonymous22-Aug-03 6:32
Anonymous22-Aug-03 6:32 
GeneralRe: ADO and MSSQL... Pin
Roger Wright22-Aug-03 9:11
professionalRoger Wright22-Aug-03 9:11 
GeneralRe: ADO and MSSQL... Pin
Hesham Amin22-Aug-03 21:12
Hesham Amin22-Aug-03 21:12 
GeneralRe: ADO and MSSQL... Pin
Kyle Chen26-Aug-03 0:04
Kyle Chen26-Aug-03 0:04 
GeneralADO - UpdateBatch on C++ Pin
WoonLeng21-Aug-03 16:08
WoonLeng21-Aug-03 16:08 
GeneralRe: ADO - UpdateBatch on C++ Pin
Mike Dimmick22-Aug-03 2:52
Mike Dimmick22-Aug-03 2:52 
GeneralAdd Stored Procedures to VSS Pin
Jason Weibel21-Aug-03 9:59
Jason Weibel21-Aug-03 9:59 

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.