Conection Pooling [modified]
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Please help me how to set connection pooling in vb6.0 and backend sql server? -- modified at 7:57 Monday 17th July, 2006
-
Please help me how to set connection pooling in vb6.0 and backend sql server? -- modified at 7:57 Monday 17th July, 2006
A LOT more detail about what your doing with connection pooling is required. By default, ADO.NET does this automatically. But in a single-user app, unless your doing LOTS of database transactions in a short amount of time, connection pooling won't do you much good. It's biggest performance benefit only works server-side, such as in a web application where many clients are asking the website to connect to the database quickly at the same time. Dave Kreskowiak Microsoft MVP - Visual Basic