H
Henry
I'm writing a class that crawls through a removable media retrieving file
info (who didn't make one yet?) and storing in an Access mdb.
OleDbCommand fails when the file name contains quotes as in
My friend's pictures.zip
When building the SQL INSERT query, I tried putting \" before and after as
suggested in a MS KB but it didn't work. I'm almost going to escape the
entire file name a la http...
Should I use stored procs and pass the file name as a parameter? Would it
avoid escaping the file name?
Many thanks
Henrique
info (who didn't make one yet?) and storing in an Access mdb.
OleDbCommand fails when the file name contains quotes as in
My friend's pictures.zip
When building the SQL INSERT query, I tried putting \" before and after as
suggested in a MS KB but it didn't work. I'm almost going to escape the
entire file name a la http...
Should I use stored procs and pass the file name as a parameter? Would it
avoid escaping the file name?
Many thanks
Henrique