Re: datasource

From: Kyril Magnos (kyril.magnos_at_yahoo.com)
Date: 07/29/04


Date: Thu, 29 Jul 2004 09:12:19 -0700

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
"freddy" <freddy@discussions.microsoft.com> wrote in message 
news:4BAA803E-0988-41F1-A1CD-67201182A9F0@microsoft.com...
| 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? 


Relevant Pages