Hi there,
I am having problem to retrieve data from ingres db.Using ODBC connection
Since ingres has a unix date format i have created a view where unix date convert to windows _date(unixdatefield)as date_event_st
then i have created the command with parameters where they are a datetime type
select *
from view
where flight_id >0 and
date_event_st in ({?StartDate} , {?EndDate})
the command does not return any record
Does anyone has any solution may be to create a sp on ingres .i am going crazy with INGRES
using Crystal XI
regards,
Nat
I am having problem to retrieve data from ingres db.Using ODBC connection
Since ingres has a unix date format i have created a view where unix date convert to windows _date(unixdatefield)as date_event_st
then i have created the command with parameters where they are a datetime type
select *
from view
where flight_id >0 and
date_event_st in ({?StartDate} , {?EndDate})
the command does not return any record
Does anyone has any solution may be to create a sp on ingres .i am going crazy with INGRES
using Crystal XI
regards,
Nat