Geez. Should have looked at that closer
- From: "Robbe Morris [C# MVP]" <info@xxxxxxxxxxxxxxx>
- Date: Sat, 30 Jul 2005 11:19:47 -0400
I saw "2.6" instead of 6.0
--
2004 and 2005 Microsoft MVP C#
Robbe Morris
http://www.masterado.net
Earn $$$ money answering .NET Framework
messageboard posts at EggHeadCafe.com.
http://www.eggheadcafe.com/forums/merit.asp
"Cindy Winegarden" <cindy_winegarden@xxxxxxx> wrote in message
news:eTLdHxMlFHA.3312@xxxxxxxxxxxxxxxxxxxxxxx
> Hi Robbe,
>
> The dBase driver will not work with Visual FoxPro tables.
>
> --
> Cindy Winegarden MCSD, Microsoft Visual Foxpro MVP
> cindy_winegarden@xxxxxxx www.cindywinegarden.com
> Blog: http://spaces.msn.com/members/cindywinegarden
>
>
> "Robbe Morris [C# MVP]" <info@xxxxxxxxxxxxxxx> wrote in message
> news:ORbCWjJlFHA.3960@xxxxxxxxxxxxxxxxxxxxxxx
>> I'm not 100% sure this will work with OleDb. However,
>> it is a valid connection string for classic ADO 2.6 and higher.
>>
>> oADOCon.Open "DBQ=c:\temp;" _
>> & "Driver={Microsoft dBase Driver (*.dbf)};" _
>> & "DriverId=277;FIL=dBase4.0"
>>
>> --
>> 2004 and 2005 Microsoft MVP C#
>> Robbe Morris
>> http://www.masterado.net
>>
>> Earn $$$ money answering .NET Framework
>> messageboard posts at EggHeadCafe.com.
>> http://www.eggheadcafe.com/forums/merit.asp
>>
>>
>>
>> "Tony" <tonyng2@xxxxxxxxxxxxxxxx> wrote in message
>> news:eh%23bLXIlFHA.3288@xxxxxxxxxxxxxxxxxxxxxxx
>>> Does anyone know how to simply connect to a FoxPro 6 .dbf file using
>>> ADO.NET's OleDb provider so I can query the data?
>>> Mainly I need to know what the connection string is so I can execute a
>>> query.
>>>
>>> Thanks,
>>> Tony
>>>
>>
>>
>
>
.
- References:
- How do I connect to a FoxPro 6 .dbf file using OleDb?
- From: Tony
- Re: How do I connect to a FoxPro 6 .dbf file using OleDb?
- From: Robbe Morris [C# MVP]
- Re: How do I connect to a FoxPro 6 .dbf file using OleDb?
- From: Cindy Winegarden
- How do I connect to a FoxPro 6 .dbf file using OleDb?
- Prev by Date: Re: Check to ensure server and db available
- Next by Date: Re: ado.net 2.0 and sql server 7
- Previous by thread: Re: How do I connect to a FoxPro 6 .dbf file using OleDb?
- Next by thread: Re: How do I connect to a FoxPro 6 .dbf file using OleDb?
- Index(es):
Relevant Pages
|