The jdbc tag has no wiki summary.
1
vote
1answer
207 views
How to set up the jdbc driver to connect to hsqldb from libreoffice?
I am trying to "split" a LibreOffice .odb file into a HSQL database and an OpenOffice document containing forms and macros. I am trying to follow the instructions from this thread:
Within a few ...
0
votes
0answers
76 views
SQL console for DB2 with error code resolver
I am looking for SQL console (to execute SQL queries / batches), which integrates nicely with DB2 in a way that it resolves the SQL error codes to human-friendly messages:
DB2 SQL Error: ...
0
votes
0answers
99 views
Trying to connect to an ODBC server using RODBC in ubuntu
I am getting the error:
[RODBC] ERROR: state 01000, code 0, message [unixODBC][Driver Manager]Can't open lib 'SQL Server' : file not found
2: In odbcDriverConnect("driver={SQL ...
0
votes
1answer
228 views
SQL SERVER 2000 JDBC DRIVER
I am trying to find the SQL SERVER 2000 JDBC Driver to use in extracting data from SQL SERVER and also carrying out several operation implemented in Java/JSF. Any idea where I could get my hands on ...
1
vote
1answer
447 views
What basic linux command-line utility can I use to test a JDBC connection?
I'm troubleshooting an issue with importing data to Apache Solr from a MS SQL Server database via a JDBC connection. Solr is hosted on a CentOS linux machine, and SQL Server is (of course) on a ...
0
votes
0answers
121 views
Tool for deleting all tables in a database
Is anyone able to point me in the direction of a tool/script that will drop all tables from a specified database connection? Ideally Java/JDBC.
I have a development database and don't have much ...