Hi
This is my connect string.
$dbh = DBI->connect("DBI:ODBC:ok","MITSOL\SQLExec");
This is the error message.
The specified CGI application misbehaved by not returning a complete set
of HTTP headers. The headers it did return are:
DBI->connect(ok) failed: [Microsoft][ODBC SQL Server Driver][SQL
Server]Login failed for user 'MITSOLSQLExec'. (SQL-28000)(DBD:
db_login/SQLConnect err=-1)
As you can see the back slash has been omitted from 'MITSOLSQLExec'. Why
is this happening? I have tried putting two backslashes but that dont
work either. I know that the backslash is a type of ignore command in
perl so is this a problem?
Any suggestions?
Justin