how to assign param value to null

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for Oracle in Delphi and C++Builder
Post Reply
lk
Posts: 11
Joined: Thu 07 May 2009 01:52

how to assign param value to null

Post by lk » Mon 25 May 2009 01:08

i want to know how to assign param value to null

can do as this:
SQLQuery2.Params.ParamByName('factory_name').AsString := '';

Post Reply