create dsn runtime for sql server
-
hi all, how can i create dsn runtime for sql server in vb.net. pls help with code. thanks vipin paliwal
-
hi all, how can i create dsn runtime for sql server in vb.net. pls help with code. thanks vipin paliwal
Why would you want to? What's wrong with just building a connection string? http://www.connectionstrings.com/[^] Dave Kreskowiak Microsoft MVP - Visual Basic
-
Why would you want to? What's wrong with just building a connection string? http://www.connectionstrings.com/[^] Dave Kreskowiak Microsoft MVP - Visual Basic
because i have many database in my sql server. these database are store different infromation for different company. and most important part i don't know how many database user create in database. because i give the user facility.he can create many database in my database. i want to dsn only for report because i not copy all the report for per database. vipin paliwal