Error UniTable: Column date

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ericalves
Posts: 9
Joined: Wed 21 Oct 2009 18:53

Error UniTable: Column date

Post by ericalves » Wed 07 Jul 2010 12:19

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.

bork
Devart Team
Posts: 649
Joined: Fri 12 Mar 2010 07:55

Post by bork » Thu 08 Jul 2010 10:09

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.

Post Reply