[Gambas-devel] MySQL class ready
Benoit Minisini
gambas at ...1...
Tue Apr 15 22:37:48 CEST 2008
On mardi 15 avril 2008, David Villalobos Cambronero wrote:
> Let me check, I remember that I qouted table names, and the arguments too.
>
> David
>
Table and field names should be quoted, with the DB.Quote() function, as soon
as they include reserved characters.
But SQL requests have to be quoted too, with the DB.Subst(), Exec(), Find()...
methods.
I plan to try to make gb.db.mysql a true component, so that your class becomes
its Gambas part. But first, you must solve the quoting problem. And for sure,
I will have other remark in the future. :-)
Regards,
--
Benoit Minisini
More information about the Devel
mailing list