I am storing file path in my database(MySQL).. bUT when the path stores in table it stores without backslashes...find my MySQL query below..
INSERT INTO ContentViewed (`UserDataId`, `ProductId`, `FileId`, `Name`, `HitCount`, `VideoTime`, `BatchId`, `UniversityId`, `UniUserId`, `type`, `CreatedOn`, `ModifiedOn`, `FileType`, `SubjectId`,`MaxScore`,`Timestamp`, `content_path`, `scoreByTotal`)
VALUES (78, 12 , 12 , 'Mayur', 3, '21212121',0 ,0 ,0 ,1, '1490005519','14444258', 2, 0, 0.0, '1490007296', 'F:\\\\SD Cards\\\\Original\\\\BPP-English\\\\Basic Language Skills\\\\Lessons\\\\Video\\\\Unit 4 - Language Used in \\u0026 Its Use in\ Different Fields.mp4' ,'22');