System DSN ??? 
Author Message
 System DSN ???

Hi groups! I create one system DSN to access to SQL server 7.0, for some of
the reasons I have to use SQL server authentication and enter User ID and
Password for this ODBC when I create it.  The problem I have right now is
every time I access to the database through that ODBC, it pop up a dialog
box to ask for password.  Does anyone know how to create a system DSN using
SQL server authentication but the user ID and password can saved so users
don't have to enter it again?.  Thank you for all responses!.

Alan.



Mon, 22 Jul 2002 03:00:00 GMT  
 System DSN ???
Among the other ways of creating the DSN is through the code in your VB
application. So try setting up the DSN from the VB Code. You can check out
the existing system DSN you have created in the registry and use the
parameter and value within your VB Application along with the password
parameter.


Quote:
> Hi groups! I create one system DSN to access to SQL server 7.0, for some
of
> the reasons I have to use SQL server authentication and enter User ID and
> Password for this ODBC when I create it.  The problem I have right now is
> every time I access to the database through that ODBC, it pop up a dialog
> box to ask for password.  Does anyone know how to create a system DSN
using
> SQL server authentication but the user ID and password can saved so users
> don't have to enter it again?.  Thank you for all responses!.

> Alan.



Tue, 23 Jul 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Crystal and ODBC DSN/DSN-less connections - do I need USER DSN or SYSTEM DSN

2. which Dsn(Data Source Name) is Faster System DSN Or File DSN

3. System DSN vs File DSN for Crystal Repots Printing

4. Creating a system dsn or file dsn

5. create system dsn in vba

6. Creating System DSN

7. Creating ODBC System DSN by using ODBC API ?

8. Creating a System DSN, HELP

9. ODBC system DSN

10. System DSN Creation

11. how to build a connectionto a system dsn in vb code

12. Creating a system DSN with VB

 

 
Powered by phpBB® Forum Software