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!

question on insert string

Status
Not open for further replies.

SgtB

IS-IT--Management
Oct 3, 2002
447
US
The insert string from an MS app to a mysql db looks like this:
Code:
insert ( `field1`, `field2`, `field3` ) values ( 'test1', test2, 'test3' )
See how the second value is not enclosed with ' marks?

Is it possible to force the mysql server or the MyODBC driver to force the values to be enclosed in ' marks?


I'll see your DMCA and raise you a First Amendment.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top