Hello, I need to select data from an especific date from a DB in Firebird. If I do the query directly without the date i receive the info in the cursor correctly. But when I run this with the field date(Fecha), generate an error.
I use IBExpert directly with Firebird to run the same query and the results is ok.
This is the instruction in VFP:
=SQLEXEC (conex_vtas,'SELECT folio,importe,fecha,docto_
ve_id FROM doctos_ve vta1 where vta1.fecha='11.01.2008'','
test')
Can someone help in this?
Thank you.
Start Free Trial