Subject | Re: [IBO] Parameter looses value on reorder |
---|---|
Author | Florian Hector |
Post date | 2002-11-09T09:21:11Z |
> Date types are not strings.Ok, I have changed it to what you recommended, the effect is still the same.
The column in the DB is only date, so I use
DM.qryBestell.Params.ByName('Datum').AsDate := dtpBestellDatum.Date;
Florian