Link to home
Start Free TrialLog in
Avatar of TSFLLC
TSFLLC

asked on

'C:\Folder\File.pdf' missing slashes using Insert

New to MySQL, but not that new to SQL statements

First time I've needed to populate a field with a folder/file path.  Why would the slashes in the insert below be missing?

INSERT INTO `web`.`notice_board` (nb_sr_no, nb_Img_path, nb_File_path)
VALUES (227, 'C:\Folder\My.pdf', 'My.pdf')
ASKER CERTIFIED SOLUTION
Avatar of Muhammad Wasif
Muhammad Wasif
Flag of Pakistan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of TSFLLC
TSFLLC

ASKER

Excellent!  This is exactly what I needed.  I should have known a double \\ would take care of it.  Thanks for the link.
You are welcome