Hi!
Can somebody help me on how am I going to insert values in with question mark character chr(63) in fields...
Im using ADO in VB and MySQL
I cannot execute this statement with ADODB command:
strSQL = "insert into TableName (Field1) Values ('?')"
Set cmd = New ADODB.Command
With...
Hi!
I'm using ADO in VB and I'm having problems on inserting into tables field values with double quote and single quote in it...
these statements were ok:
insert into table1 (Field1) Values ("With Single (') Qoute")
insert into table1 (Field1) Values ('With Double (") Qoute')...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.