[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.
[Thread Prev] | [Thread Next]
- Subject: [Gambas-bugtracker] Bug #3048: gb.db2 Type mismatch: wanted Date, got String instead.
- From: <bugtracker@xxxxxxxxxxxxxx>
- Date: Wed, 14 May 2025 18:02:16 GMT
- To: bsteers@xxxxxxxxx,msdesarrollo21@xxxxxxxxx,bugtracker@xxxxxxxxxxxxxxxxxxxxxx
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 ]----
[Gambas-bugtracker] Bug #3048: gb.db2 Type mismatch: wanted Date, got String instead. | <bugtracker@xxxxxxxxxxxxxx> |