Hello team,

I am using sqlite3.exe for bulk insertion in C#. I am facing issue when
insert Hebrew data. As it contains double qoute(") as character and it does
not support in insertion. After surfing, I came to know that I have to do
double it and append same as suffix and prefix of word then it will let you
insert. It is working but first column of first row is getting insert as
zero when that table have double qoute character.

Please help with this. And also for insertion double qoute if any easy
solution there for it as I have to handle that with code and have to
traverse whole file. Thank you.

Regards,
Vaibhav Shah
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to