I'm using ActiveState and Win32::ODBC to connect to an SQL server from our 
web server, with a connect string like:

my($db) = new Win32::ODBC("fileDSN=myodbc.dsn; uid=myID; pwd=mysecret");

But I don't like having the uid and pwd explicitly stated in the script.  
Isn't that what the file DSN is for?  Can't I just specify the file DSN by 
itself somehow?  I don't find a way to do this.

Thanks,


-Brian


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to