[firebird-support] Re: Firebird 2.5, FibPlus, Delphi 2010, DateTime field set to Null

2013-03-25 Thread Andrew
Hello Wolfgang, I'm a FibPlus user also. It should work without problems, but if you wish you can use dataset.field.Assign(nil); also (I generally use this on timestamp/date/time fields). HTH Andrew --- In firebird-support@yahoogroups.com, Wolfgang Kluge wkluge@... wrote: Thanks for your

Re: [firebird-support] Re: Firebird 2.5, FibPlus, Delphi 2010, DateTime field set to Null

2013-03-25 Thread Wolfgang Kluge
Thanks Christian, It does work that way. Regards Wolfgang Kluge On 03/24/2013 10:24 PM, Doug Chamberlin wrote: Wolfgang- The same idea should work with FIBPlus components. The class that represents a field in a table or query should have a Clear method you can call to set the field to

Re: [firebird-support] Re: Firebird 2.5, FibPlus, Delphi 2010, DateTime field set to Null

2013-03-24 Thread Wolfgang Kluge
Thanks for your reply Christian, However, I am afraid this would introduce a big problem since the whole application programme is based FibPlus componts for SQL. Regards Wolfgang On 03/24/2013 09:24 AM, Christian Mereles wrote: Hi, TTable.Edit; TTable.FieldByName('Date_Paid').Clear

Re: [firebird-support] Re: Firebird 2.5, FibPlus, Delphi 2010, DateTime field set to Null

2013-03-24 Thread Doug Chamberlin
Wolfgang- The same idea should work with FIBPlus components. The class that represents a field in a table or query should have a Clear method you can call to set the field to NULL. Every DB component set I have seen has this. [Non-text portions of this message have been removed]