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