Re: Feature is not available?
- From: "Paul Pedersen" <nospam@xxxxxxx>
- Date: Thu, 8 May 2008 17:54:53 -0700
What is the line that's causing the error?
"B. Chernick" <BChernick@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:14E43ECC-8BEB-4B8D-8AA4-21C23A550614@xxxxxxxxxxxxxxxx
I'm trying to write a quickie Winforms utility (VB, 2.0) that will pack
some
FoxPro 6 dbf tables. Unfortunately the same connection strings that
worked
with my web app don't seem to work in Winforms. It's crashing on open
with a
'Feature is not available' message. (And yes I've already checked
ConnectionStrings.com)
I've tried a connection string of both:
"Provider=VFPOLEDB.1;" + <file path> + ";Collating Sequence=General"
(This is what I've been using in my web apps.)
and
"Provider=VFPOLEDB.1;DRIVER={Microsoft Visual FoxPro
Driver};SourceType=DBF;" + <file path> +
";Exclusive=NO;BackGroundFetch=NO;NULL=NO;Collate=MACHINE"
(got that one from ConnectionStrings.com)
What am I missing?
(Is there some reference I'm forgetting? Something extra needed in
Winforms
but not web apps???)
.
- Follow-Ups:
- Re: Feature is not available?
- From: B. Chernick
- Re: Feature is not available?
- References:
- Feature is not available?
- From: B. Chernick
- Feature is not available?
- Prev by Date: Re: Is there a VFP command without using RUN ?
- Next by Date: Re: Is there a VFP command without using RUN ?
- Previous by thread: Feature is not available?
- Next by thread: Re: Feature is not available?
- Index(es):
Relevant Pages
|