Page 1 of 1

Error UniTable: Column date

Posted: Wed 07 Jul 2010 12:19
by ericalves
Hello,
I am with the following error:
ORA-01483: invalid length for DATE or NUMBER bind variable

it occurs when the "UniTable.Post. I wonder if you have some way to capture the SQL that UniTable is sending to the bank, including the columns and their values.

Posted: Thu 08 Jul 2010 10:09
by bork
Hello

You can use TUniSQLMonitor to see all queries that were sent to the server.

If you need help in resolving this issue then please provide us additional information:
- What database are you using?
- What version of UniDAC are you using?
- Query that you are using to get data from this table.
- DDL script for creating the table where you are trying to modify data.
- Data that you are trying to store in this table.