> Does anyone know how Microsoft Access 2000 handles escaping apostrophes in SQL >statements? I tried back-slashing (\') them out, but that didn't work (i.e, "insert >into blah values(1, 'Bob', 'Bob\'s stuff')"). And since that didn't work, >addslashes(), of course, didn't work either.
Try "insert into blah values(1, 'Bob', 'Bob''s stuff')". I know it doesn't look right, but I'm pretty sure it is. Regards James -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]