[Gambas-user] PRB:Connection.Exec() (Solved)
Ron Onstenk
ronstk at ...239...
Mon Jun 12 21:16:07 CEST 2006
On Monday 12 June 2006 12:41, nigel at ...38... wrote:
> Ron wrote:
>
> > One thing I want to know. Is the Connection.Exec 100% transparent to the MySQL
> > server, without intervention in the SQL line by gambas.
>
> Ron,
>
> It is not 100% transparent because the clause within the Exec is parsed for parameters first.
> That parsing relies on finding symbols such as '&' etc. Therefore there could be a danger that
> the parse does something unexpected. (Although every effort is made to avoid this :-)
>
> The Debug should always show you exactly what is being passed to the server.
>
> Nigel
>
Thanks Nigel
OK, understand the '&' stuff.
I don't forsee a problem with it so the functions available in MYSQL
should work on the fields.
I will keep the Debug in the picture anyway.
Just going to dance the gambas again :)
Ron
More information about the User
mailing list