Re: TeraNews: RE: Avoiding coding username/password directly into perl script

2004-03-10 Thread News Reader
On Wed, 10 Mar 2004 12:50:59 -0600, Brad Fike [EMAIL PROTECTED] said: Thanks for the ideas. I did try entering them in as blanks, but I still got this error: DBI-connect(BWEB) failed: [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user '(null)'. Reason: Not associated with a

Re: TeraNews: RE: Avoiding coding username/password directly into perl script

2004-03-10 Thread Hardy Merrill
I see in 'perldoc DBD::ODBC' that the user id and password _is_ required when using DBD::ODBC to connect to an ODBC data source. I looked up a few of my ODBC 'System' data sources, and although they do contain the user id, they do _NOT_ contain the password. So I'll stick with my previous