[Gambas-user] Duplicated invalid record inserting into MySQL

christian.gambas christian.gambas at ...626...
Wed Aug 20 13:04:06 CEST 2008


Le mercredi 20 août 2008, João Luís a écrit :

>  sql = "INSERT INTO customer VALUES(name), ('" & TextBox1.Text & "')"

I think It must be (at least with sqlite) :
sql = "INSERT INTO customer (name) VALUES('" & TextBox1.Text & "')"

cheers :)




More information about the User mailing list