Reputation: 39314
Here's my situation:
My Question
Is there some program/utility I can use on Linux that can send commands to a database using any ODBC driver (including ones I specify)?
Note: I'm basically looking for a Linux version of the SQLCMD utility that ships with SQL Server. I'd be happy with any program that could use just the basic database functions supported by all ODBC drivers though.
Upvotes: 1
Views: 771
Reputation: 4192
You could use Dbvisualizer : http://www.dbvis.com/download/
What I still do not understand is how you can force SQL Server to believe that it is using sqljdbc.jar when it is using your custom driver?
Upvotes: 2