PC Review Forums Newsgroups Microsoft DotNet Microsoft ADO .NET Re: foxpro tables

Reply

Re: foxpro tables

 
Thread Tools Rate Thread
Old 30-06-2003, 12:10 AM   #1
Joe Fallon
Guest
 
Posts: n/a
Default Re: foxpro tables


I use this connection string:

strConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & strLocalFileName
& ";Extended Properties=""FoxPro 2.6"""

My problem is that it does not work when a memo field exists. (A .fpt file.)

Have you been able to open and import a Foxpro file with a memo field?

--
Joe Fallon





"PeterK" <p.kuhne@verizon.net> wrote in message
news:%23wJ04wYPDHA.1748@TK2MSFTNGP11.phx.gbl...
> 1. connect with oledb
> 2. get the table
> 3. mydataview=thetable.defaultview
> 4. mydataview.rowfilter=" mydatacolumnname = " & thedate
> 5. scan records in the view
>
> Hope this helps
> PS As you work with foxprow tables, could you perhaps comment on my

separate
> posting (yesterday in this group). How does your VFP connection string

look
> like ?
>
> "John" <john@nospam.infovis.co.uk> wrote in message
> news:euWHJnJPDHA.1552@TK2MSFTNGP10.phx.gbl...
> > Hi
> >
> > I am using foxpro tables. I need to filter the tables on current date
> > (query?) and then sequentially go through the records. I don't have any
> > bound data controls. What data access method would be suitable for this?
> >
> > Thanks
> >
> >

>
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off