FILE « sybase « Java Database Q&A





1. Sybase LOAD TABLE USING CLIENT FILE failed in java code, using jconn3.jar    stackoverflow.com

When using jconn3.jar to connect to Sybase IQ database, and execute LOAD TABLE ...CLIENT FILE statement in Statement.execute(...) method. Got error: SQL Anywhere Error -1006140: I/O Error on file c:/aa But in Sybase's ...

2. Direct access to Sybase 8 db file via JDBC without ODBC?    stackoverflow.com

I would like to use an 64 bit version of Kettle CE to extract data from a Sybase 8 DB file. As far as I saw, Kettle uses jTDS, which, however, is only ...

3. Retrieve WAV file from Sybase    coderanch.com

5. anyone know how to upload csv file to temp table of sybase DB from java?    forums.oracle.com

Thank you morgalr for providing the hint. However, i never used to connect with remote sybase DB using jdbc driver programmatically. in fact, i dont really know how to do this using class.forName() method. anyone who worked on sybase, Is it possible to provide the sample code which should do the upload of CSV file into remote sybase Temp table? Always ...