[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gambas-bugtracker] Bug #3048: gb.db2 Type mismatch: wanted Date, got String instead.


http://gambaswiki.org/bugtracker/edit?object=BUG.3048&from=L21haW4-

Comment #1 by Bruce STEERS:

By using Format() you are creating a standard String not a valid Date object.

Date is a specific type.
https://gambaswiki.org/wiki/lang/type/date

To store the expected Date object do not use Format()
Res["fecha"] = Now


----[ Gambas bugtracker-list is hosted by https://www.hostsharing.net ]----