OracleDataset

lynn_sai

Member²
Hi,
How can I get a field value from Oracle Dataset ????????????
ex:
string = Oracledataset.fieldbyname('fieldname').asstring
whenever I do that, it comes up with a null string.....
please help.......

thanks
 
The TOracleDataSet is a standard TDataSet descendant, so the standard way to access dataset fields (like you describe) should work just fine. I can only assume that the field really is empty...

------------------
Marco Kalter
Allround Automations
 
Back
Top