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

Database

 
GeneralRe: "Copy Project" and SQL ??? Pin
J. Dunlap1-May-03 19:26
J. Dunlap1-May-03 19:26 
GeneralRe: "Copy Project" and SQL ??? Pin
gman442-May-03 12:24
gman442-May-03 12:24 
GeneralRe: "Copy Project" and SQL ??? Pin
Member 962-May-03 14:03
Member 962-May-03 14:03 
GeneralRe: "Copy Project" and SQL ??? Pin
J. Dunlap2-May-03 17:09
J. Dunlap2-May-03 17:09 
GeneralQuery Statement Pin
blindzebra1-May-03 8:30
blindzebra1-May-03 8:30 
GeneralRe: Query Statement Pin
Member 961-May-03 19:12
Member 961-May-03 19:12 
GeneralRe: Query Statement Pin
Richard Deeming2-May-03 2:50
mveRichard Deeming2-May-03 2:50 
GeneralConnection Pooling Pin
RedZenBird1-May-03 7:42
RedZenBird1-May-03 7:42 
Please Help....I've been given the following problem, and I'm trying to get some information about technology/techniquest to solve it:

1. System model uses a dbms with a limited number of connections avaiable. Therefore, all communications to the dbms must go through a shared connection pool.

2. Various processes within the system will need to execute queries against the dbms through a pooled connection and then operate directly on the recordsets.

Now, the last time I did a connection pool to a dbms it was a set of classes that were compiled into a process and used ODBC to make the connections to the dbms. All updates to the dbms went through this single process.

What's confusing me is that some developers here are trying to convince me that I can make a connection pool in one central-process, then pass these connections out to other processes that will "do work" and then release the connection back into the free pool held in the central-process. I just don't see how this can work.....Can anyone help point me in a direction where this kind of thing has been done before?

Thankx!!!!


Just trying to keep the forces of entropy at bay
GeneralSql transaction log format Pin
jspano1-May-03 7:07
jspano1-May-03 7:07 
GeneralChecking Query Progress Pin
perlmunger30-Apr-03 4:31
perlmunger30-Apr-03 4:31 
GeneralInstall packages for serversoftware. Pin
Jonas Follesø30-Apr-03 1:35
Jonas Follesø30-Apr-03 1:35 
GeneralRe: Install packages for serversoftware. Pin
Rein Hillmann1-May-03 5:58
Rein Hillmann1-May-03 5:58 
QuestionCan execute() return both recordset and output parameters Pin
TianYang29-Apr-03 22:34
TianYang29-Apr-03 22:34 
AnswerRe: Can execute() return both recordset and output parameters Pin
andyharman30-Apr-03 12:19
professionalandyharman30-Apr-03 12:19 
GeneralCustom view for a datafield Pin
ssnkh29-Apr-03 20:14
ssnkh29-Apr-03 20:14 
GeneralSQLJ with JTree Plz HELP Pin
sharathkv12329-Apr-03 17:02
sharathkv12329-Apr-03 17:02 
GeneralGet parameter that generated by Refresh() Pin
TianYang28-Apr-03 22:21
TianYang28-Apr-03 22:21 
GeneralRead Only Transactions Pin
Patje28-Apr-03 22:08
Patje28-Apr-03 22:08 
GeneralRe: Read Only Transactions Pin
Rein Hillmann1-May-03 19:42
Rein Hillmann1-May-03 19:42 
GeneralRe: Read Only Transactions Pin
Patje4-May-03 20:43
Patje4-May-03 20:43 
GeneralSQL Statement Help... Pin
Jason Weibel28-Apr-03 9:51
Jason Weibel28-Apr-03 9:51 
GeneralRe: SQL Statement Help... Pin
Timur Fanshteyn28-Apr-03 11:07
Timur Fanshteyn28-Apr-03 11:07 
GeneralRe: SQL Statement Help... Pin
Jason Weibel28-Apr-03 11:43
Jason Weibel28-Apr-03 11:43 
QuestionADO events biased to COM memory model? Pin
Chopper28-Apr-03 9:33
Chopper28-Apr-03 9:33 
GeneralRelated Tables: How to set forgeign key of child table when adding new rows to parenttable Pin
STW27-Apr-03 10:41
STW27-Apr-03 10:41 

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.