Click here to Skip to main content
15,912,329 members
Home / Discussions / Database
   

Database

 
GeneralAcces Violation with oledb CoUninitialize() instruction Pin
25-Mar-01 23:12
suss25-Mar-01 23:12 
GeneralRe: Acces Violation with oledb CoUninitialize() instruction Pin
15-Apr-01 13:53
suss15-Apr-01 13:53 
GeneralRe: Acces Violation with oledb CoUninitialize() instruction Pin
Julien23-Apr-01 16:33
Julien23-Apr-01 16:33 
I have had this symptom before, and my problem was that I had amulti-thread app and I didn't Always marry the CoInit with the CoUninit.

I had two solutions, make sure every thread calls Coinit and CoUninit correctly
(as I had a bug) and use CoInitializeEx(Multithread)!

This my be a different problem to yours, but then again it may not!

Jules.
GeneralStreams Pin
ernst.maurer19-Mar-01 23:10
ernst.maurer19-Mar-01 23:10 
GeneralRe: Streams Pin
9-Apr-01 3:46
suss9-Apr-01 3:46 
GeneralStreams Pin
ernst.maurer19-Mar-01 23:02
ernst.maurer19-Mar-01 23:02 
Generaldata communication method Pin
Irfan12-Mar-01 3:28
Irfan12-Mar-01 3:28 
GeneralRe: data communication method Pin
Anders Molin19-Mar-01 7:01
professionalAnders Molin19-Mar-01 7:01 
Generaldata communication method Pin
Irfan12-Mar-01 3:27
Irfan12-Mar-01 3:27 
GeneralGetting Interbase Data through ADO. Pin
5-Mar-01 18:00
suss5-Mar-01 18:00 
GeneralNested outer joins Pin
5-Mar-01 0:20
suss5-Mar-01 0:20 
GeneralRe: Nested outer joins Pin
Bob Zagars17-Jan-06 20:48
Bob Zagars17-Jan-06 20:48 
GeneralADO RecordSet Paging & Netscape Pin
4-Mar-01 4:55
suss4-Mar-01 4:55 
GeneralProblem with a MTS-DAL (Data Access Layer) VB Object Pin
2-Mar-01 12:09
suss2-Mar-01 12:09 
GeneralAdding first record in the Database Pin
yamini2-Mar-01 0:05
yamini2-Mar-01 0:05 
GeneralRe: Adding first record in the Database Pin
14-Mar-01 7:02
suss14-Mar-01 7:02 
QuestionMS-SQL use HASHING for text key..??!?!? Pin
26-Feb-01 11:00
suss26-Feb-01 11:00 
AnswerRe: MS-SQL use HASHING for text key..??!?!? Pin
Bob Zagars17-Jan-06 20:55
Bob Zagars17-Jan-06 20:55 
QuestionHow to Lock Records with ODBC Access 2000 Driver ??? Pin
Ariel25-Feb-01 11:19
Ariel25-Feb-01 11:19 
GeneralIDispatch Error #3092 when I execute a stored proc that does an insert on a Sybase SQL Anywhere. Why can I find the meaning of such errors. Pin
21-Feb-01 19:27
suss21-Feb-01 19:27 
GeneralRe: IDispatch Error #3092 when I execute a stored proc that does an insert on a Sybase SQL Anywhere. Why can I find the meaning of such errors. Pin
25-Feb-01 10:45
suss25-Feb-01 10:45 
QuestionHow do you return the primarykey/identity value after an INSERT using ODBC or ADO (without a stored proc) Pin
21-Feb-01 19:09
suss21-Feb-01 19:09 
AnswerRe: How do you return the primarykey/identity value after an INSERT using ODBC or ADO (without a stored proc) Pin
22-Feb-01 16:20
suss22-Feb-01 16:20 
AnswerRe: How do you return the primarykey/identity value after an INSERT using ODBC or ADO (without a stored proc) Pin
Chris Maunder14-Mar-01 9:48
cofounderChris Maunder14-Mar-01 9:48 
AnswerRe: How do you return the primarykey/identity value after an INSERT using ODBC or ADO (without a stored proc) Pin
Bob Zagars17-Jan-06 21:03
Bob Zagars17-Jan-06 21:03 

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.