Board index » delphi » Empty field not reported as NULL
Elie Tordjma
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Empty field not reported as NULL
Hi.
I've just finished work on a program for a client that works very well Every Monday, they need to generate a fixed-width text file of all data In the code fragment below, CREDITACCT is actually empty, but the If VarIsNull(Query['CREDITACCT']) then begin Of course, and here's the groaner, this works fine on my machine but Any help would be appreciated. Thanks. Elie Tordjman |