http://gambaswiki.org/bugtracker/edit?object=BUG.1027&from=L21haW4-

Comment #1 by Benoît MINISINI:

The &1, &2, ... substitution pattern are only for SQL *values*. You must not 
use them for SQL table of field names, which use a database-dependent different 
quoting mechanism.

To quote a field or a table name, you have to use the DB.Quote() method. 
By the way, quoting a value is done with DB.Subst() too.

Benoît MINISINI changed the state of the bug to: Rejected.



------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to