Results 1 to 3 of 3

Thread: easy one about SQL Server

  1. #1

    Thread Starter
    Addicted Member Mih_Flyer's Avatar
    Join Date
    Mar 2000
    Location
    some place there
    Posts
    241

    easy one about SQL Server

    hello,,,

    if i use access database with many clients in my app. and i have to insert or delete or update any data in the database i connect to the database and do whatever then i close the connection,, this was in access,, my question is,, should i do the same in SQL Server 2000?? i have about 5-8 clients will use the same database server,, should i connect to the database at the start of my app and close the connection in the end of it,, or should i do the same as access database,, i mean connect - do whatever - close at every time i have to something in the database????

    please help...
    thanx

  2. #2
    Frenzied Member mxnmx's Avatar
    Join Date
    Dec 2001
    Location
    I'm back...now!!!
    Posts
    1,396
    I think you should connect to SQL only when required...

  3. #3
    Lively Member nateobot's Avatar
    Join Date
    Feb 2002
    Location
    Minneapolis, Minnesota
    Posts
    71
    Connect only when necessary. If they are not doing anything then there is no reason for them to be connected.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width