Is it possible to load a file from a client computer into a table in Sybase IQ, using the LOAD TABLE ... USING CLIENT FILE statement?
The data does not come from a database, but rather an external source.
Can this be done using a JDBC driver in Java, and having the file only on the client computer?
If so, how?