R rakgol_a Member² Apr 12, 2001 #1 Hi, How can I determining TOracleDataset field type at runtime if I know the fieldname. I have execution logic path based on field select. e.g. if u filtert a string u need '' and any other that is not required. Thanks in advance
Hi, How can I determining TOracleDataset field type at runtime if I know the fieldname. I have execution logic path based on field select. e.g. if u filtert a string u need '' and any other that is not required. Thanks in advance
Marco Kalter Administrator Staff member Apr 13, 2001 #1 Use TOracleDataSet.FieldByName('fieldname').DataType. This returns ftString, ftInteger, ftFloat and so on. ------------------ Marco Kalter Allround Automations
Use TOracleDataSet.FieldByName('fieldname').DataType. This returns ftString, ftInteger, ftFloat and so on. ------------------ Marco Kalter Allround Automations