in reply to DBI Call works from command line but not from browser
to rectify this, i changed the connection string to contain the username and password. i am using SQL Server so my dbi connection string looks something like this:DBI->trace(9, 'C:\dbitrace.txt')
here are more examples of ODBC connection strings.'dbi:ODBC:DRIVER={SQL Server};SERVER=theserver;DATABASE=thedb;UID=user +id;PWD=password'
|
|---|