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

Database

 
GeneralRe: 3 database questions Pin
Christian Graus16-Aug-04 11:32
protectorChristian Graus16-Aug-04 11:32 
GeneralRe: 3 database questions Pin
Colin Angus Mackay18-Aug-04 5:33
Colin Angus Mackay18-Aug-04 5:33 
GeneralSync mobile with Oracle Pin
Richard Jones16-Aug-04 7:10
Richard Jones16-Aug-04 7:10 
GeneralConnect to oracleDB Pin
DuckFace16-Aug-04 0:43
DuckFace16-Aug-04 0:43 
GeneralRe: Connect to oracleDB Pin
Michael P Butler16-Aug-04 5:52
Michael P Butler16-Aug-04 5:52 
GeneralRe: Connect to oracleDB Pin
DuckFace17-Aug-04 1:46
DuckFace17-Aug-04 1:46 
QuestionIs ADO thread safe ? Pin
Hesham Amin14-Aug-04 19:39
Hesham Amin14-Aug-04 19:39 
AnswerRe: Is ADO thread safe ? Pin
Mike Dimmick18-Aug-04 3:03
Mike Dimmick18-Aug-04 3:03 
ADO's objects are marked ThreadingModel=Apartment in the registry. COM will marshal any calls back to the thread which created the object. This means that concurrent calls will get queued up until the creating thread is ready to handle them.

If this is a problem, create a separate Connection object on each thread.

Stability. What an interesting concept. -- Chris Maunder
GeneralRe: Is ADO thread safe ? Pin
Hesham Amin18-Aug-04 7:14
Hesham Amin18-Aug-04 7:14 
GeneralSQL Query Performance question Pin
brdavid14-Aug-04 4:43
brdavid14-Aug-04 4:43 
GeneralRe: SQL Query Performance question Pin
Colin Angus Mackay15-Aug-04 10:26
Colin Angus Mackay15-Aug-04 10:26 
GeneralRe: SQL Query Performance question Pin
brdavid15-Aug-04 11:47
brdavid15-Aug-04 11:47 
GeneralRe: SQL Query Performance question Pin
Colin Angus Mackay15-Aug-04 12:10
Colin Angus Mackay15-Aug-04 12:10 
GeneralRe: SQL Query Performance question Pin
brdavid15-Aug-04 15:05
brdavid15-Aug-04 15:05 
GeneralRe: SQL Query Performance question Pin
Anonymous23-Aug-04 7:58
Anonymous23-Aug-04 7:58 
GeneralRe: SQL Query Performance question Pin
brdavid28-Aug-04 6:16
brdavid28-Aug-04 6:16 
QuestionC# SQL INSERT String??? Pin
gman4413-Aug-04 12:16
gman4413-Aug-04 12:16 
AnswerRe: C# SQL INSERT String??? Pin
Colin Angus Mackay13-Aug-04 12:47
Colin Angus Mackay13-Aug-04 12:47 
GeneralRe: C# SQL INSERT String??? Pin
gman4415-Aug-04 4:03
gman4415-Aug-04 4:03 
AnswerRe: C# SQL INSERT String??? Pin
S Sansanwal15-Aug-04 17:07
S Sansanwal15-Aug-04 17:07 
GeneralSELECT in UPDATE statement Pin
blopf13-Aug-04 9:28
blopf13-Aug-04 9:28 
GeneralRe: SELECT in UPDATE statement Pin
Colin Angus Mackay13-Aug-04 12:50
Colin Angus Mackay13-Aug-04 12:50 
GeneralRe: SELECT in UPDATE statement Pin
blopf15-Aug-04 4:19
blopf15-Aug-04 4:19 
GeneralRe: SELECT in UPDATE statement Pin
Mike Dimmick15-Aug-04 9:11
Mike Dimmick15-Aug-04 9:11 
GeneralRe: SELECT in UPDATE statement Pin
EdbertP15-Aug-04 22:33
EdbertP15-Aug-04 22:33 

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.