Click here to Skip to main content
15,916,042 members
Home / Discussions / Database
   

Database

 
Generalchanging the value of a recordset's property Pin
Yair Konfino4-Nov-01 22:25
Yair Konfino4-Nov-01 22:25 
GeneralRe: changing the value of a recordset's property Pin
chris foote11-Nov-01 11:20
chris foote11-Nov-01 11:20 
GeneralADO GLOBAL CONNECTION Pin
3-Nov-01 10:35
suss3-Nov-01 10:35 
GeneralRe: ADO GLOBAL CONNECTION Pin
31-Jan-02 0:19
suss31-Jan-02 0:19 
GeneralDatabase Design Question Pin
1-Nov-01 6:54
suss1-Nov-01 6:54 
GeneralADO Errors ?!! Pin
Ravish31-Oct-01 2:27
Ravish31-Oct-01 2:27 
QuestionI want a ADO wrap class not using MFC,who can help me? Pin
Jeason Zhao28-Oct-01 22:04
Jeason Zhao28-Oct-01 22:04 
AnswerRe: I want a ADO wrap class not using MFC,who can help me? Pin
Daniel Turini28-Oct-01 22:18
Daniel Turini28-Oct-01 22:18 
You can try using something like this:

<br />
#pragma warning(push)<br />
#pragma warning(disable: 4146)<br />
#import "\program files\common files\system\ado\msado25.tlb" rename("EOF", "adoEOF")<br />
#pragma warning(pop)<br />


then you can call ADO directly using smart pointers (e.g., ADODB::_RecordsetPtr). It's not MFC dependant.
See more info in MSDN on how to do this.


Furor fit laesa saepius patientia
QuestionWhy won't database shrink using MSDE? Pin
25-Oct-01 4:39
suss25-Oct-01 4:39 
AnswerRe: Why won't database shrink using MSDE? Pin
AndyG25-Oct-01 16:15
AndyG25-Oct-01 16:15 
GeneralRe: Why won't database shrink using MSDE? Pin
25-Oct-01 21:35
suss25-Oct-01 21:35 
GeneralNumeric Datatype Pin
Michael Martin24-Oct-01 20:52
professionalMichael Martin24-Oct-01 20:52 
GeneralRe: Numeric Datatype Pin
SasaT19-Nov-01 23:44
SasaT19-Nov-01 23:44 
GeneralChecking flag adFldIsNullable with Field "Attributes" property Pin
24-Oct-01 2:33
suss24-Oct-01 2:33 
GeneralSQL Query Pin
Drawil23-Oct-01 10:39
Drawil23-Oct-01 10:39 
GeneralRe: SQL Query Pin
Drawil23-Oct-01 22:07
Drawil23-Oct-01 22:07 
GeneralADO Resource pooling Pin
Alberto Richart23-Oct-01 6:20
Alberto Richart23-Oct-01 6:20 
GeneralADO BeginTrans inside a try catch block Pin
John M. Drescher22-Oct-01 6:48
John M. Drescher22-Oct-01 6:48 
GeneralRe: ADO BeginTrans inside a try catch block Pin
Wanderley M22-Oct-01 23:11
Wanderley M22-Oct-01 23:11 
GeneralRe: ADO BeginTrans inside a try catch block Pin
John M. Drescher23-Oct-01 7:14
John M. Drescher23-Oct-01 7:14 
GeneralRe: ADO BeginTrans inside a try catch block Pin
Wanderley M23-Oct-01 11:50
Wanderley M23-Oct-01 11:50 
GeneralRe: ADO BeginTrans inside a try catch block Pin
John M. Drescher23-Oct-01 12:34
John M. Drescher23-Oct-01 12:34 
GeneralRe: ADO BeginTrans inside a try catch block Pin
Wanderley M23-Oct-01 22:45
Wanderley M23-Oct-01 22:45 
GeneralSQL Server 7.0 SP3 and money datatype Pin
Michael Martin21-Oct-01 20:46
professionalMichael Martin21-Oct-01 20:46 
GeneralRe: SQL Server 7.0 SP3 and money datatype Pin
Wanderley M22-Oct-01 3:32
Wanderley M22-Oct-01 3:32 

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.