Subject | Re: [IBO] SQL Help |
---|---|
Author | Daniel Bertin |
Post date | 2001-03-29T01:14:36Z |
>I fixed this
>Change handler code to
>
>begin
> if Active then Close;
> ParamByName('date').asdate := wwDBDateTimePicker1.date;
> Open;
>end;
> >SQL IBOquery1:and this
> >select * from notesdata
> >where notedate = :date
> >and notetype = 'D'
> >order by notedate descending, notetime descending
>
>Why are you ordering by notedate descending, when all of the output has
>only one date?
>1. Are your KeyLinks correct?keylinks string is empty, for each query. what is it used for?
>2. Do you have a Datasource property on this query that might bethis is the output from the IB_monitordialog
>interfering with your query parameters? Drop a TIB_MonitorDialog on your
>form and inspect the statement that is being sent to the server. Paste
>the relevant output back here to the list.
I don't know what this means?
/*---
COMMIT
TR_HANDLE = 15367992
----*/
/*---
COMMIT
TR_HANDLE = 15368256
----*/
/*---
COMMIT
TR_HANDLE = 15366504
----*/
thanks
Daniel