G
g3000
If you can connect to a SQL Server database using a configured system
DSN but when you attempt to make a connection via DBD::ODBC it says
data source not found and no default driver specified.
Im assuming Perl does not care about the system DSN anyway. So what
could be the issue?
The system DSN is using windows authentication.
The Perl DBD call is connecting using a user that is verified as
existing.
I loaded the DBD-Sybase module but got an error saying it could not
find DBD/Sybase.pm.
But my ppm3 told me it was successfully loaded.
I did a search for it in the Perl folder and it was not found so I dont
know what happened to it.
So that fix didnt work.
Thanks for your time and direction.
DSN but when you attempt to make a connection via DBD::ODBC it says
data source not found and no default driver specified.
Im assuming Perl does not care about the system DSN anyway. So what
could be the issue?
The system DSN is using windows authentication.
The Perl DBD call is connecting using a user that is verified as
existing.
I loaded the DBD-Sybase module but got an error saying it could not
find DBD/Sybase.pm.
But my ppm3 told me it was successfully loaded.
I did a search for it in the Perl folder and it was not found so I dont
know what happened to it.
So that fix didnt work.
Thanks for your time and direction.