MySQL -Syntax zum Speichern von DateipfadC#

Ein Treffpunkt für C#-Programmierer
Anonymous
 MySQL -Syntax zum Speichern von Dateipfad

Post by Anonymous »

Ich speichere den Dateipfad in meiner Datenbank (MySQL). Aber wenn der Pfad in der Tabelle gespeichert ist, speichert sie ohne Backslashes ... Finden Sie meine MySQL -Abfrage unten .. < /p>

Code: Select all

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');

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post