> > This is my connect string.
> > $dbh = DBI->connect("DBI:ODBC:ok","MITSOL\SQLExec");
> >
> > This is the error message.
> > Login failed for user 'MITSOLSQLExec'.
> >
> > As you can see the back slash has been omitted from
> > 'MITSOLSQLExec'. I have tried putting two backslashes
> > but that dont work either.
> Try: $dbh = DBI->connect("DBI:ODBC:ok","MITSOL\\SQLExec");
Justin said he had already tried that.
Try 16 backslashes and see what that gets you.
If you end up with some backslashes, just reduce
the number you specify as appropriate.
If you do not end up with backslashes, then I'd say
it's time to look at the dbi doc and dbi list archive:
http://lists.perl.org/showlist.cgi?name=dbi-users.