Re: datasource
From: Kyril Magnos (kyril.magnos_at_yahoo.com)
Date: 07/29/04
- Next message: Jon Skeet [C# MVP]: "Re: Can VB.NEt make use of the return value of assignment?"
- Previous message: Nick: "Charting code"
- In reply to: freddy: "RE: datasource"
- Next in thread: AMAL: "Re: datasource"
- Reply: AMAL: "Re: datasource"
- Messages sorted by: [ date ] [ thread ]
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?
- Next message: Jon Skeet [C# MVP]: "Re: Can VB.NEt make use of the return value of assignment?"
- Previous message: Nick: "Charting code"
- In reply to: freddy: "RE: datasource"
- Next in thread: AMAL: "Re: datasource"
- Reply: AMAL: "Re: datasource"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|