PDA

View Full Version : is tht foxpro database can be used in ppl?


owenong
07-08-2007, 02:04 PM
good day. i wish to know tht foxpro database is supported by ppl or not. Except SQLite, still got any database is supported by ppl or not?

thx u.

kornalius
07-08-2007, 03:02 PM
All ADO databases are supported by PPL. MySQL as well, althought we don't have a library for it yet.

I believe FoxPro tables can be accessed through ODBC via COM. PPL can do this.

PointOfLight
07-08-2007, 05:20 PM
You can find a really quick example for using MySQL here: http://tinyurl.com/323pdc (this is a link to another thread on this forum).* Anything that can be accessed through ADO can use the ADO_* routines, which I believe are found in ADODB.ppl.* The trick, then, would be to find information on using FoxPro through ADO.* I've only worked with self contained FoxPro projects, so I don't know the answer to that for you.

Also, keep in mind that most of these ADO solutions will be PC only.* The two exceptions to this will be Access (which is really only half-implemented on PPC), and possibly SQL Server.