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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Escape Characters

Status
Not open for further replies.

Truble

Programmer
Joined
Mar 25, 2003
Messages
1
Location
CA
Hi all,

I am inserting some text into an Access database via a sql insert command.

However, the issue is the text contains some of the following characters:

'
"
%
_

What are the escape characters to insert those characters into the database?

sanks
 
Truble

I believe the escape character is the backslash \.

HTH,

Vic
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top