LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to store a path in mysql

hi
need help how can we store the path in MySQL
 
let say C:\Documents and Settings\Administrator\Desktop\JeyA-DOc\Done Softwares\My Pictures\map.jpg is my path
 
it can insert in the database but aftr inserting all the delimeters disappears...
 
for example it store like this
 
C:Documents and SettingsAdministratorDesktopJeyA-DOcDone SoftwaresMy Picturesmap.jpg
0 Kudos
Message 1 of 3
(2,509 Views)
I am not a MySQL user. However a search in their site showed up this page:
 
Look for the info: NO_BACKSLASH_ESCAPES
 
You may need to set it the MySQL in this mode (I am not sure how to do that though)
 
Hope it helps !
0 Kudos
Message 2 of 3
(2,495 Views)

It does look like backslash_escape... 

Curious..  Can you show the portion of the code which sends the path to mySQL?  How are you sending the path info?

RayR

0 Kudos
Message 3 of 3
(2,480 Views)