Simple DBD question

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.
 
J

J. Gleixner

g3000 said:
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.

Install the DBD::Sybase module.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top