Subject Cannot Insert Filepath into database
Author Simon Gallitscher
Hi,
 
I'm trying to insert a filename into my database using a .net firebird connector.
Unfortunatly the standard escape character '\' is not working.
When i'm trying to insert a path like this: "C:\\etc\\files\\text1.txt" i'm getting a erro tellign emt hat the column count doe snot match the value count.
I have compared the count many times and i'm pretty sure the error is related to none-workign escape characters.
 
Best regards,
Simon