Click here to Skip to main content
15,897,226 members
Home / Discussions / Database
   

Database

 
Generalreplication: remote login error Pin
NickKnife22-Jun-05 2:02
NickKnife22-Jun-05 2:02 
GeneralSQL Server 2000 CE Edition... Pin
Jan van den Baard22-Jun-05 1:54
professionalJan van den Baard22-Jun-05 1:54 
GeneralSQL SERVER 2005 INSTED OF Trigger Pin
Yaakov Davis22-Jun-05 1:28
Yaakov Davis22-Jun-05 1:28 
GeneralSQL Server Manager 2005 animated wait thingie Pin
nxtwothou21-Jun-05 10:37
nxtwothou21-Jun-05 10:37 
GeneralConnection Pooling Pin
anju21-Jun-05 8:30
anju21-Jun-05 8:30 
GeneralRe: Connection Pooling Pin
Colin Angus Mackay21-Jun-05 8:38
Colin Angus Mackay21-Jun-05 8:38 
GeneralRe: Connection Pooling Pin
anju21-Jun-05 8:44
anju21-Jun-05 8:44 
GeneralRe: Connection Pooling Pin
Colin Angus Mackay21-Jun-05 8:57
Colin Angus Mackay21-Jun-05 8:57 
anju wrote:
To implement connection pooling the connection strings must be identical.(am I right?).

Yes. That is correct.


anju wrote:
If this is the case,for different UserIds and Passwords the connection string is always different,then how connection pooling will be helpful?.

Because you create a connection, use the connection and then close the connection. Next time you access the database you repeat the create, use, close routine again. The second time round the connection will be in the pool and you get it quickly.


My: Blog | Photos
WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More


GeneralRe: Connection Pooling Pin
anju21-Jun-05 9:11
anju21-Jun-05 9:11 
GeneralRe: Connection Pooling Pin
Colin Angus Mackay21-Jun-05 9:18
Colin Angus Mackay21-Jun-05 9:18 
GeneralRe: Connection Pooling Pin
anju21-Jun-05 9:23
anju21-Jun-05 9:23 
GeneralRe: Connection Pooling Pin
Colin Angus Mackay21-Jun-05 10:04
Colin Angus Mackay21-Jun-05 10:04 
GeneralRe: Connection Pooling Pin
anju21-Jun-05 10:14
anju21-Jun-05 10:14 
GeneralRe: Connection Pooling Pin
Luis Alonso Ramos21-Jun-05 16:58
Luis Alonso Ramos21-Jun-05 16:58 
GeneralRe: Connection Pooling Pin
Colin Angus Mackay21-Jun-05 20:25
Colin Angus Mackay21-Jun-05 20:25 
GeneralRe: Connection Pooling Pin
Mike Dimmick22-Jun-05 2:43
Mike Dimmick22-Jun-05 2:43 
GeneralRe: Connection Pooling Pin
Colin Angus Mackay22-Jun-05 2:58
Colin Angus Mackay22-Jun-05 2:58 
GeneralRe: Connection Pooling Pin
Luis Alonso Ramos22-Jun-05 14:21
Luis Alonso Ramos22-Jun-05 14:21 
GeneralUsing Zip component to Zip files Pin
Wilbur J. Pereira21-Jun-05 2:56
Wilbur J. Pereira21-Jun-05 2:56 
GeneralRe: Using Zip component to Zip files Pin
Eduard Keilholz21-Jun-05 22:46
Eduard Keilholz21-Jun-05 22:46 
GeneralExecuting DTS packages Pin
AetherS21-Jun-05 2:16
AetherS21-Jun-05 2:16 
GeneralIn Depth Knowledge - Edit Almost Anything in a datagrid -Declan Brennan Pin
21-Jun-05 1:15
suss21-Jun-05 1:15 
GeneralDisplay data in tree view. Pin
Anonymous20-Jun-05 23:46
Anonymous20-Jun-05 23:46 
GeneralSave DataTable to dbf Pin
kost8120-Jun-05 22:31
kost8120-Jun-05 22:31 
GeneralRe: Save DataTable to dbf Pin
Marek Konieczny20-Jun-05 22:51
Marek Konieczny20-Jun-05 22:51 

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.