A angel Member Dec 21, 2010 #1 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
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
Marco Kalter Administrator Staff member Dec 22, 2010 #1 There is no explicit functionality to check this before the command is executed. Maybe it's best to execute it and interpret the exception.
There is no explicit functionality to check this before the command is executed. Maybe it's best to execute it and interpret the exception.