Question on TOraTable CalcFields behavior
Posted: Thu 19 Apr 2007 09:38
Hey,
We just updated to ODAC V6 and the I got an error in CalcFields function. It seems that this function is entered even if the table doesnt have any rows. Is this normal behaviour? V5 of ODAC just entered this function when having rows in a table.
Now I just put a
arround my function and it works fine... Just wanted to now if the function was intended to do this.
Greetings,
Florian Fanderl
We just updated to ODAC V6 and the I got an error in CalcFields function. It seems that this function is entered even if the table doesnt have any rows. Is this normal behaviour? V5 of ODAC just entered this function when having rows in a table.
Now I just put a
Code: Select all
DataSet->RecordCount > 0Greetings,
Florian Fanderl