G georgh Member² May 17, 2001 #1 Hi I am using OracleDataset and I need to find out if a field has null value. There is a IsNull function in OracleQuery, but how to do it in OracleDataset? thanks georgh
Hi I am using OracleDataset and I need to find out if a field has null value. There is a IsNull function in OracleQuery, but how to do it in OracleDataset? thanks georgh
Marco Kalter Administrator Staff member May 17, 2001 #1 You can use TOracleDataSet.FieldByName('field').IsNull. (See TField topic in Borland's Help files). ------------------ Marco Kalter Allround Automations
You can use TOracleDataSet.FieldByName('field').IsNull. (See TField topic in Borland's Help files). ------------------ Marco Kalter Allround Automations
G georgh Member² May 17, 2001 #1 Thanks, I forgot that DOA classes are also TDataset descendants, (are they not?). georgh, such a newbie ;-)
Thanks, I forgot that DOA classes are also TDataset descendants, (are they not?). georgh, such a newbie ;-)