Click here to Skip to main content
15,911,142 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Trying to do this with ADO only? Possible? Pin
Michael P Butler7-Sep-02 11:48
Michael P Butler7-Sep-02 11:48 
GeneralRe: Trying to do this with ADO only? Possible? Pin
nss7-Sep-02 12:55
nss7-Sep-02 12:55 
GeneralRe: Trying to do this with ADO only? Possible? Pin
nss7-Sep-02 13:01
nss7-Sep-02 13:01 
GeneralRe: Trying to do this with ADO only? Possible? Pin
nss7-Sep-02 13:04
nss7-Sep-02 13:04 
GeneralRe: Trying to do this with ADO only? Possible? Pin
nss7-Sep-02 13:23
nss7-Sep-02 13:23 
GeneralFew more questions Pin
nss7-Sep-02 13:35
nss7-Sep-02 13:35 
GeneralRe: Few more questions Pin
Michael P Butler7-Sep-02 20:56
Michael P Butler7-Sep-02 20:56 
AnswerRe: Trying to do this with ADO only? Possible? Pin
JT Anderson9-Sep-02 5:29
JT Anderson9-Sep-02 5:29 
Try this:

#pragma warning(disable: 4146)
#import "msado15.dll" rename("EOF", "adoEOF")
#import "msadox.dll" rename("DataTypeEnum", "AdoxDataTypeEnum")
#pragma warning(default: 4146)

All of the ADO stuff will be in the ADODB namespace.
All of the ADOX stuff will be in the ADOX namespace.
Generalredefinition problems Pin
ns7-Sep-02 8:26
ns7-Sep-02 8:26 
GeneralRe: redefinition problems Pin
Joaquín M López Muñoz7-Sep-02 9:33
Joaquín M López Muñoz7-Sep-02 9:33 
GeneralCP's CADOX class (CArlos Antollini) Pin
ns7-Sep-02 8:06
ns7-Sep-02 8:06 
QuestionHow to get mask of IP adress Pin
zbyrat7-Sep-02 7:35
zbyrat7-Sep-02 7:35 
AnswerRe: How to get mask of IP adress Pin
JohnnyG7-Sep-02 8:58
JohnnyG7-Sep-02 8:58 
AnswerRe: How to get mask of IP adress Pin
JohnnyG8-Sep-02 5:00
JohnnyG8-Sep-02 5:00 
Generalwriting help documentation Pin
ns7-Sep-02 7:25
ns7-Sep-02 7:25 
GeneralRe: writing help documentation Pin
Simon.W7-Sep-02 17:41
Simon.W7-Sep-02 17:41 
QuestionHow do i add a lib file to my project in Visual Studio .NET? Pin
Redeemer-dk7-Sep-02 5:24
Redeemer-dk7-Sep-02 5:24 
AnswerRe: How do i add a lib file to my project in Visual Studio .NET? Pin
Stephane Rodriguez.7-Sep-02 5:56
Stephane Rodriguez.7-Sep-02 5:56 
AnswerRe: How do i add a lib file to my project in Visual Studio .NET? Pin
valikac7-Sep-02 5:59
valikac7-Sep-02 5:59 
AnswerThanks to both of you. Pin
Anonymous7-Sep-02 6:38
Anonymous7-Sep-02 6:38 
GeneralADO Pin
dsfasdfadsfasdfadsf7-Sep-02 3:20
dsfasdfadsfasdfadsf7-Sep-02 3:20 
GeneralRe: ADO Pin
NormDroid7-Sep-02 3:24
professionalNormDroid7-Sep-02 3:24 
QuestionSet my window to wndTopMost. HOWTO? Pin
BlackSmith7-Sep-02 3:08
BlackSmith7-Sep-02 3:08 
AnswerRe: Set my window to wndTopMost. HOWTO? Pin
Joaquín M López Muñoz7-Sep-02 9:19
Joaquín M López Muñoz7-Sep-02 9:19 
GeneralRe: Set my window to wndTopMost. HOWTO? Pin
Anonymous8-Sep-02 21:21
Anonymous8-Sep-02 21:21 

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.