![]() |
|
![]() | ||
|
Subject:
Visual FoxPro OLE db and PHP
Category: Computers Asked by: joelaiken-ga List Price: $2.00 |
Posted:
21 Aug 2004 16:52 PDT
Expires: 20 Sep 2004 16:52 PDT Question ID: 390893 |
Can someone tell me how to connect to a VFP database from PHP Thanks, Joel Aiken |
![]() | ||
|
There is no answer at this time. |
![]() | ||
|
Subject:
Re: Visual FoxPro OLE db and PHP
From: keithadler-ga on 21 Aug 2004 21:46 PDT |
Here's the first part: http://php.weblogs.com/com_php Using COM from PHP to get to the ADO object model. ADO is an abstraction of OLE DB funtionality. The second part is connecting to an OLEDB Provider for VFP: http://fox.wikis.com/wc.dll?Wiki~VFP_OleDB_Provider That should get you going. |
Subject:
Re: Visual FoxPro OLE db and PHP
From: treesparrow-ga on 24 Aug 2004 09:57 PDT |
(1) php has basic dbase functions, which can also operate on vfp dbf files, but it will not make use of cdx files, and therefore not very useful except for trivial application. (2) better and simple way out is odbc. you need (i) vfp odbc driver from ms (ii) define dsn in windows (iii) write sql statement that conform to vfp (ms) odbc. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |