Click here to Skip to main content
15,903,175 members
Home / Discussions / Database
   

Database

 
GeneralConnection string Pin
Hesham Amin29-Mar-03 9:21
Hesham Amin29-Mar-03 9:21 
GeneralGot it !! Pin
Hesham Amin30-Mar-03 21:43
Hesham Amin30-Mar-03 21:43 
GeneralRe: Connection string Pin
wangzhibin6-Apr-03 15:11
wangzhibin6-Apr-03 15:11 
GeneralRe: Connection string Pin
Hesham Amin6-Apr-03 21:16
Hesham Amin6-Apr-03 21:16 
GeneralBtrieve Owner Name Pin
Andy H28-Mar-03 9:36
Andy H28-Mar-03 9:36 
GeneralDuring inserting records to the database, sometimes a blank record appears in the database.But none of records I insert is blank. Pin
stanley guan27-Mar-03 14:33
stanley guan27-Mar-03 14:33 
GeneralODBC Pin
blink4me27-Mar-03 11:37
blink4me27-Mar-03 11:37 
GeneralADO & ADOX Pin
rosen26-Mar-03 22:38
rosen26-Mar-03 22:38 
Hello.
I need a little help.
What is it about...
I have a project in Visual C++ in which im using ADO. So i import an ado dll like that :
#import "c:\Program Files\Common Files\system\ado\msado15.dll" no_namespace rename("EOF", "adoEOF")

its OK

But i need to use and AdoX
so in one help ( in MSDN ) i saw that code and i used in py project:

#import "c:\Program Files\Common Files\system\ado\msado15.dll"
#import "c:\Program Files\Common Files\system\ado\msadox.dll" no_namespace

Super, but it does not work:

--------------------Configuration: s - Win32 Debug--------------------
Compiling...
StdAfx.cpp
\my_source\s\debug\msado15.tlh(409) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\my_source\s\debug\msado15.tlh(1317) : error C2629: unexpected 'short ('
\my_source\s\debug\msado15.tlh(1317) : error C2238: unexpected token(s) preceding ';'
\my_source\s\debug\msadox.tlh(1201) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
Error executing cl.exe.

s.exe - 2 error(s), 2 warning(s)

////////////////////////////////////
when i click on the error it goes to the source file on this line: VARIANT_BOOL EOF;

I tried various ways, to change places of the no_namespace rename("EOF", "adoEOF") è no_namespace
but there is no any result, just gives me other errors.
So if anyone knows how it would work ill be glad to tell me.
Thank you in advance.
GeneralRe: ADO & ADOX Pin
Giles26-Mar-03 22:44
Giles26-Mar-03 22:44 
GeneralPrb:Full Text Search Pin
shank_prasad26-Mar-03 17:52
shank_prasad26-Mar-03 17:52 
GeneralRe: Prb:Full Text Search Pin
Jon Hulatt3-Apr-03 4:20
Jon Hulatt3-Apr-03 4:20 
Generalcmd.execute(insert) !! Pin
Hesham Amin25-Mar-03 22:23
Hesham Amin25-Mar-03 22:23 
GeneralRe: cmd.execute(insert) !! Pin
Bruce Duncan26-Mar-03 0:54
Bruce Duncan26-Mar-03 0:54 
Generali uninstalled MSDE and toasted the service mgr... Pin
stephen.hazel25-Mar-03 7:20
stephen.hazel25-Mar-03 7:20 
GeneralRe: i uninstalled MSDE and toasted the service mgr... Pin
Bruce Duncan25-Mar-03 7:43
Bruce Duncan25-Mar-03 7:43 
GeneralRe: i uninstalled MSDE and toasted the service mgr... Pin
Marek Konieczny27-Mar-03 1:25
Marek Konieczny27-Mar-03 1:25 
GeneralProvider Error Codes Pin
Jonathan [Darka]25-Mar-03 0:26
professionalJonathan [Darka]25-Mar-03 0:26 
General(C# and ADO.NET) ExecuteNonQuery() problem Pin
gicio24-Mar-03 21:58
gicio24-Mar-03 21:58 
GeneralRe: (C# and ADO.NET) ExecuteNonQuery() problem Pin
Nick Parker1-Apr-03 12:48
protectorNick Parker1-Apr-03 12:48 
GeneralChange SQL database password Pin
Wayne Phipps23-Mar-03 23:25
Wayne Phipps23-Mar-03 23:25 
GeneralRe: Change SQL database password Pin
Bruce Duncan25-Mar-03 7:46
Bruce Duncan25-Mar-03 7:46 
GeneralRe: Change SQL database password Pin
Wayne Phipps25-Mar-03 23:38
Wayne Phipps25-Mar-03 23:38 
QuestionCase sensitive queries? Pin
LukeV23-Mar-03 6:33
LukeV23-Mar-03 6:33 
AnswerRe: Case sensitive queries? Pin
Richard Deeming24-Mar-03 7:34
mveRichard Deeming24-Mar-03 7:34 
GeneralADO + SQL + FOXPRO Question/problem Pin
iluha22-Mar-03 11:11
iluha22-Mar-03 11:11 

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.