Board index » delphi » OLE Automation, "Invalid Variant Conversion"
Bryce Fischer
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
OLE Automation, "Invalid Variant Conversion"Hope someone can help me with this problem. I am using OLE Automation to Code: RecordSet := Database.OpenRecordSet('select * from OFFICE'); Fax2 := RecordSet.Fields['Fax'].Value; <== Invalid Variant If I put data in the field, doesn't complain at all. I can assign values to I have tried typcasting, checking to see if it is equal to '', ' ', and Any insights or help would greatly be appreciated. thanks |