[Gambas-user] HTML comtent in MySQL query.

Charlie Reinl Karl.Reinl at ...2345...
Sun Mar 31 18:25:51 CEST 2013


Am Sonntag, den 31.03.2013, 08:49 -0700 schrieb abbat81:
> Hello,
> I got problem.
> 
> How to send a html content in mysql query.
> 
>   Dim Qry As String = "
>  
> "
>   DConnect.$Con.Exec("UPDATE users SET login = '" & Qry & "'")
> 
> I get error about syntax.
> 
> Thanks.
> 
Hi,

you should us provide the contents off Qry.
I'm sure there are one or more signs in which breaks the string.


-- 
Amicalement
Charlie





More information about the User mailing list