Board index » delphi » Invalid Variant Type Conversion?
ra...@pop.net (Randy Abel)
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Invalid Variant Type Conversion?What gives with this? I cannot seem to get my TTable.Field[x].Value Given: * TQuery.Params are the parameters to an SQL INSERT command, If I: I get an "Unknown Data Type" whenever Fields[x].Value is EMPTY, that I'm trying to write a function that: where: function TImportForm.NotNull(p_Value: Variant): Variant; There are Logicals, a memo, date and numeric fields in this TTable. Thanks! |