Search results for query: *

  1. R

    open connections to the database

    i didn't mean all users have access to EM. only the the db administrator of our client has access to that. but the same db admin i think is a user of the apps. thats why he wants that backup/restore facility. i only came to the project team in the latter part of the development, so i'm not sure...
  2. R

    open connections to the database

    i'm using this connection string for my vb.net application, "server=pating;Trusted_Connection=false;user id=sa;password=;database=ANTAT". should i just add "pooling=false" to my connection string? i guess if all else fails. the best option is what cjard said, like having a separate process just...
  3. R

    open connections to the database

    ok, thanks. i'll try to look into that small issue with ApplicationExit().
  4. R

    open connections to the database

    yes, my app has a module for backup and restore of the database. thanks, Application.Exit works fine. :)
  5. R

    open connections to the database

    is there a way to know if i have open connections to my database (i'm using sql server 2000)? or is there a way to close all those connections? coz i'm trying to backup and restore my database. i'm having problems with my restore, saying that "Exclusive access could not be obtained because the...
Back
Top