Quick answer, yes. The exception is being thrown because of this
"c:\\temp\my_excel.xls" contains a single backslash. Either add @ to the
beginning of the string or escape the second backslash:
"c:\\temp\\my_excel.xls".
--
HTH
Kyril Magnos
| example Datasource = c:\\temp\my_excel.xls - the reason I ask is because
I got an unrecognized escape sequence
|
| "AMALORPAVANATHAN YAGULASAMY(AMAL)" wrote:
|
| > Can you explain?
| >
| > Regards,
| > Amal
| >
| > "freddy" wrote:
| >
| > > In my Datasource can I use an underscore?