Inserting some null date values

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for Oracle in Delphi and C++Builder
Post Reply
axelv

Inserting some null date values

Post by axelv » Wed 22 Jun 2005 16:26

when I used 'MyQuery.Params[x].Clear' for inserting some empty dates in a column database i have an erro message indicate to me that the parameter isn't filled

suprisingly if the first date isn't empty the others empty dates goes well into the table

Do I use the good syntax for doing this action ?

Thank you for your time !

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Thu 23 Jun 2005 07:58

We cannot reproduce your problem. Possibly your did not specify 'MyQuery.Params[x].DataType for this parameter. It is required value in Borland dbExpress.

axelv

Post by axelv » Tue 28 Jun 2005 15:49

you was right thank you very much !

Post Reply