Re: Help with a putting a slash into a record in mysql...

2003-02-24 Thread Terence
try using a double slash "\\" - the first one acts as the escape character. also works for the ' - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 25, 2003 6:52 AM Subject: Help with a putting a slash into a record in mysql... I have mysql ins

Re: Help with a putting a slash into a record in mysql...

2003-02-24 Thread Tore Bostrup
Try prefixing the \ (the ***x escape character) with a \, i.e.: update test set f2 = 'c:\\temp' where f1 = 'location' HTH, Tore. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 24, 2003 5:52 PM Subject: Help with a putting a slash into a reco