ScrewBalll
Programmer
Hi there,
I'm in need of some help. Does anyone know of a way to implement escape characters in a BCP load?? I have a comma delimited file which I can usually put into my DB fine, but when a ',' pops up in an field it causes the whole thing to fall over (truncation error on load). I've managed to prefix the unwanted commas with a '\' escape char but I'm unsure how I can implement this in the BCP load utility.
Anyone got any ideas?
I'm in need of some help. Does anyone know of a way to implement escape characters in a BCP load?? I have a comma delimited file which I can usually put into my DB fine, but when a ',' pops up in an field it causes the whole thing to fall over (truncation error on load). I've managed to prefix the unwanted commas with a '\' escape char but I'm unsure how I can implement this in the BCP load utility.
Anyone got any ideas?