Subject | Re: Date problem in Firebird |
---|---|
Author | shaamim_ply |
Post date | 2005-06-12T10:42:54Z |
> So, you have two choises.on the
> So, is there a reason to push that last field at all?
> Maybe you should tell us, why you think you need to produce this
> server, and we can help you with your real problem, instead ofdiscussing
> simptoms of it...Actually,I am passing the select query to my custom search grid.It
>
> Regards,
> Steffen
is designed in that way(accepting query as the parameter)& it will
show the result of the query .
eg:
SQL=select dt_start,dt_end,dt_start||' - '||dt_end SHAM from
year_setup
(*dt_start,dt_end are date types)
when i pass the "SQL" to my custom search grid,it will show the
records. There is no formatting in my grid,so I should format it in
the query itself. The above query worked well in oracle,but in
firebird the concatenation making prblms.
So if the only way is to use any UDF,pls give the necesary codes for
that.