Hi All,
I'm trying to write a perl script to connect to a MS SQL server using JDBC drivers. I know you can use a module like DBD::Sybase. The reason I want to use JDBC drivers is because I'm already using the perl module DBD::JDBC module to connect to an Oracle database, and this is for the same project so I wanted to use the same JDBC module. Plus the script I'm creating is for a Java application which uses the JDBC drivers.
Does anybody know if this is possibe? And if so, how?
Any help would be greatly appreciated.
Thanks,
Andrew
I'm trying to write a perl script to connect to a MS SQL server using JDBC drivers. I know you can use a module like DBD::Sybase. The reason I want to use JDBC drivers is because I'm already using the perl module DBD::JDBC module to connect to an Oracle database, and this is for the same project so I wanted to use the same JDBC module. Plus the script I'm creating is for a Java application which uses the JDBC drivers.
Does anybody know if this is possibe? And if so, how?
Any help would be greatly appreciated.
Thanks,
Andrew