<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Courier New, Courier, monospace">I have a need to create
some sql queries using filepro.<br>
<br>
My problem is that some of my text includes apostrophes and other
chars. that "break" the query.<br>
<br>
In php there is a command called "addslashes".<br>
<br>
Is there a simple way in filepro to turn "Robert's golf clubs" into
"Robert\'s golf clubs"?<br>
<br>
Richard D. Williams<br>
</font>
</body>
</html>