chek setting variables values

angel

Member
Hi, I have a TOracleQuery with an insert into table command.
values are passed using variables. There is a way to check the values used to set variables against the correct lenght of the tables columns, before execute the command?

Thanks, Angelo
 
There is no explicit functionality to check this before the command is executed. Maybe it's best to execute it and interpret the exception.
 
Back
Top