Re: [GENERAL] storing windows path strings

2010-01-29 Thread Scott Frankel
Excellent! Mild testing so far, but it seems to work. Thanks! Scott On Jan 29, 2010, at 3:00 PM, Cédric Villemain wrote: 2010/1/29 Scott Frankel : Hi all, What's the proper way to store directory path strings in a table, especially ones with backslashes like windows? I'm currently us

Re: [GENERAL] storing windows path strings

2010-01-29 Thread Cédric Villemain
2010/1/29 Scott Frankel : > > Hi all, > What's the proper way to store directory path strings in a table, especially > ones with backslashes like windows? > I'm currently using a prepared statement with bind value.  Do I need to > pre-parse all user entries to identify any backslash characters befo

[GENERAL] storing windows path strings

2010-01-29 Thread Scott Frankel
Hi all, What's the proper way to store directory path strings in a table, especially ones with backslashes like windows? I'm currently using a prepared statement with bind value. Do I need to pre-parse all user entries to identify any backslash characters before passing the string to my