On 06/26/2013 10:03 AM, Bryon Baker wrote: > Update > Working with the first error I created a SQLServer.pm with the correct > connect string. (I tested using Perl). > Now I get this error. > DBD::SQLServer initialisation failed: Can't locate object method "driver" via > package "DBD::SQLServer" at > /usr/lib/perl5/vendor_perl/5.16.2/x86_64-linux-thread-multi/DBI.pm line 820.
You shouldn't be trying to write a DBI driver class; that's madness. You probably to use ODBC with a connect (dsn) string that includes the correct odbc (sub)driver to use.