Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Conection Pooling [modified]

Conection Pooling [modified]

Scheduled Pinned Locked Moved Visual Basic
databasesql-serversysadminhelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sinchan Nikam
    wrote on last edited by
    #1

    Please help me how to set connection pooling in vb6.0 and backend sql server? -- modified at 7:57 Monday 17th July, 2006

    D 1 Reply Last reply
    0
    • S Sinchan Nikam

      Please help me how to set connection pooling in vb6.0 and backend sql server? -- modified at 7:57 Monday 17th July, 2006

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups