[Harbour] Can we bind variables in sql?

2009-12-09 Thread Horodyski Marek (PZUZ)
Mindaugas, can we bind variable in selects with SQLMIX ? ... Select * ftom table where Field1 = :var1 and Fiefd2 between :var2 and :var3 ... Regards, Marek Horodyski ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org

Re: [Harbour] Can we bind variables in sql?

2009-12-09 Thread Mindaugas Kavaliauskas
Hi, Horodyski Marek (PZUZ) wrote: can we bind variable in selects with SQLMIX ? ... Select * ftom table where Field1 = :var1 and Fiefd2 between :var2 and :var3 ... No, you can use request with already bound variables. Regards, Mindaugas ___