Re: [Gambas-user] HTML comtent in MySQL query.

2013-03-31 Thread Benoît Minisini
Le 31/03/2013 19:17, Charlie Reinl a écrit : > Am Sonntag, den 31.03.2013, 09:47 -0700 schrieb abbat81: >> I'm sorry, but I don't understand. >> >> >> >> I have problem with quotes. > > Hallo, > > yes > Qry="

Re: [Gambas-user] HTML comtent in MySQL query.

2013-03-31 Thread Charlie Reinl
Am Sonntag, den 31.03.2013, 09:47 -0700 schrieb abbat81: > I'm sorry, but I don't understand. > > > > > I have problem with quotes. Hallo, yes Qry="" set to "UPDATE users SET login = '" & Qry & "'"

Re: [Gambas-user] HTML comtent in MySQL query.

2013-03-31 Thread abbat81
I'm sorry, but I don't understand. I have problem with quotes. -- View this message in context: http://gambas.8142.n7.nabble.com/HTML-comtent-in-MySQL-query-tp41533p41538.html Sent from the gambas-user mai

Re: [Gambas-user] HTML comtent in MySQL query.

2013-03-31 Thread Charlie Reinl
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

[Gambas-user] HTML comtent in MySQL query.

2013-03-31 Thread 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. -- View this message in context: http://gambas.8142.n7.nabble.com/HTML-comtent-in-MySQL-query-tp41533