So will it prompt for a password when you use a sytem DSN (not trusted connection) or is there a way around that.
I guess I just don't understand why it won't maintain password information even though you specify it when you create the dsn.
Quote:
quote:Originally posted by mmcdonal
I use a system dsn instead of a file dsn to maintain the connection. If you do not select trusted connection, sql will prompt you for the username and password each time you make your first connection to the sql server.
You can use code to establish a system dsn, and disconnect it, from within the database if you want.
mmcdonal
|