Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. freiddann

    problems in inserting values on fields with question mark character

    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...
  2. freiddann

    cannot insert values with single quote and double quote in it

    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')...

Part and Inventory Search

Back
Top