|
Home > Archive > FoxPro Setup > March 2006 > How to link SQL data thru PRG
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to link SQL data thru PRG
|
|
|
|
I have some tables in SQL2K and want to write a program to
display/edit/print etc. from VFP8.
Any suggestion ?
Also, there used to be a CONFIG.DB file in foxbase, what is the file name in
VFP8 ?
Thanks
| |
| Cindy Winegarden 2006-03-13, 8:25 pm |
| Hi Mac,
The file name is Config.fpw.
To work with SQL Server data in VFP, check the Help on SQL Pass-through,
Remote Views, and the CursorAdapter class.
--
Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
cindy_winegarden@msn
.com www.cindywinegarden.com
"Mac" <mac@hotmail.com> wrote in message
news:OCPnJPtRGHA.4960@TK2MSFTNGP12.phx.gbl...
>
> I have some tables in SQL2K and want to write a program to
> display/edit/print etc. from VFP8.
> Also, there used to be a CONFIG.DB file in foxbase, what is the file name
> in VFP8 ?
| |
|
| Thanks for your response.
I tried to open config.fpw but cannot open it. How do you open config.fpw ?
Thanks
"Cindy Winegarden" < cindy_winegarden@msn
.com> wrote in message
news:O8zAvZtRGHA.256@TK2MSFTNGP14.phx.gbl...
> Hi Mac,
>
> The file name is Config.fpw.
>
> To work with SQL Server data in VFP, check the Help on SQL Pass-through,
> Remote Views, and the CursorAdapter class.
>
> --
> Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
> cindy_winegarden@msn
.com www.cindywinegarden.com
>
>
> "Mac" <mac@hotmail.com> wrote in message
> news:OCPnJPtRGHA.4960@TK2MSFTNGP12.phx.gbl...
>
>
>
|
|
|
|
|