| View previous topic :: View next topic |
| Author |
Message |
sirglandon
Joined: 24 May 2007 Posts: 1
|
Posted: Thu May 24, 2007 12:22 pm Post subject: import error: parameter #4 |
|
|
I’m trying out the demo. Only 10 starts left...
There’s nothing in the user guide or support forum that I can find in regard to the problem I am having.
I’m using the latest jTDS driver on Mac OS 10.4.9 Intel.
I’ve created a table in my SQL Server database (2000) in a local Parallels VM.
When trying to import to this table I get the following error message:
java.sql.BatchUpdateException: Parameter #4 has not been set.
at net.sourceforge.jtds.jdbc.JtdsStatement.executeBatch(JtdsStatement.java:923)
at com.advenio.jdbclib.threads.SQLImportThread.importTextData(Unknown Source)
at com.advenio.jdbclib.threads.SQLImportThread.threadRunLogic(Unknown Source)
at com.advenio.jdbclib.threads.AbstractThread.run(Unknown Source)
Any clues? |
|
| Back to top |
|
 |
michaeldupuis Site Admin
Joined: 15 May 2003 Posts: 1427 Location: Lewiston, ME
|
Posted: Fri May 25, 2007 11:53 am Post subject: |
|
|
| Could you use the Send Feedback menu item in the Help menu to send a table description and a data sample to support? I can then take a look at it and see if I can reproduce the problem. |
|
| Back to top |
|
 |
|