T
Tim Kelley
I am reading a text file with a streamreader. I parse out path and need to
use that path in a sql statement. The path is in the file as
\\servername\share\folder\filename.txt. When the line is read, it is in the
format of \\\\servername\\share\\folder\\filename.txt. When I try to use
this in my sql statement it fails because the field in the database in in
the previous format. I have tried using Replace, but I have not gotten it
to work. Any other suggestions?
Thanks,
use that path in a sql statement. The path is in the file as
\\servername\share\folder\filename.txt. When the line is read, it is in the
format of \\\\servername\\share\\folder\\filename.txt. When I try to use
this in my sql statement it fails because the field in the database in in
the previous format. I have tried using Replace, but I have not gotten it
to work. Any other suggestions?
Thanks,