Subject | Re: [IBO] TIBOQuery ParamsByName SQL Error -804 data type unknown |
---|---|
Author | Helen Borrie (TeamIBO) |
Post date | 2002-02-17T13:36:36Z |
At 02:27 PM 17-02-02 +0200, Uwe Cramer wrote:
1. Please say which Version and Dialect of the database you are using.
2. What Delphi type is MyDateVar?
3. What FB/InterBase type is the parameter 'MySearchDate'?
regards,
Helen Borrie (TeamIBO Support)
** Please don't email your support questions privately **
Ask on the list and everyone benefits
Don't forget the IB Objects online FAQ - link from any page at www.ibobjects.com
>Hello,..but this isn't Paradox..<g>
>i clear and add the following statement in the query.sql
>the ParamCheck is true
>'select * from MyTable where MyDateField = :MySearchDate'
>when i set the params like
>Query.ParamByName('MySearchDate').asString := dateToStr(MyDateVar);
>or
>Query.ParamByName('MySearchDate').asDate := MyDateVar;
>i get the error -804
>
>i canĀ“t see whats wrong and the same with a bde.querry to paradox table
>works fine.
1. Please say which Version and Dialect of the database you are using.
2. What Delphi type is MyDateVar?
3. What FB/InterBase type is the parameter 'MySearchDate'?
regards,
Helen Borrie (TeamIBO Support)
** Please don't email your support questions privately **
Ask on the list and everyone benefits
Don't forget the IB Objects online FAQ - link from any page at www.ibobjects.com