when i insert a specific value in MySQL table through code i get exception (1064 error)
i know the reason , but i don't know how to fix the problem,, all what i wanna to do is to store the relative path of my images in the image table then i get this exception all the time when the inserted string contains "\" or @"\".
how can i fix this problem