According the link in your mail I'd try
Driver Class Name: com.inet.tds.TdsDriver
JDBC URL: jdbc:inetdae7:<hostName>:<portNumber>?database=<databaseName>
where the default port number is 1433.
Please note that it is not the best choice to copy drivers to SQuirreL's
lib directory. Better add it on the "Extra Class Path" tab of the driver
dialog. Advantages are:
- The List Drivers buttons prefills the driver class name combo box.
(Usually, though not always, a driver jar contains a single driver class
only.)
- You are able to work with different versions of a driver.
Gerd
Am 20.05.20 um 02:09 schrieb Bill Patton:
> I have downloaded the merlia driver from this website:
> https://www.inetsoftware.de/products/jdbc-driver/ms-sql/documentation/manual#using-the-driver-in-a-java-application
> and have Merlia.jar in my lib directory.
>
> When I attempt to add a new driver using this new Merlia.jar file it
> prompts for a class path as well as other details image.png
>
> I'm not sure what is needed for extra class path or class name?
>
> -bill
>
> -- https://c2billp.com/
>
>
>
> _______________________________________________ Squirrel-sql-users
> mailing list Squ...@li...
> https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users
>
|