Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FoxyDB

Status
Not open for further replies.

capri1966

Programmer
May 13, 2010
57
ES
Hi, i'm asking about if anyone know the FoxyDB tool, it seem than could be a good choice to work with MySql, Firebird ...
 
I haven't used FoxyDB myself, but I have read the documentation (which is obviously not as good as hands-on experience). If I've understood it right, it is database-specific. The current version works with MySql, MariaDB and FireBird. Support for PostgreSQL and SQL Server will come "in the future" (en el futuro).

Essentially, it provides an object-oriented wrapper for VFP's SQL pass-through. It has the same capabilities as SQLEXEC() and related functions, but it does so through properties and methods of a database object.

Whether that suits your way of working or not is something you would have to decide for yourself. Why not download it and try it out on a simple project?

Sorry I can't give you any hard information. Maybe others here have some experience with it.

Mike
P.S. The only documentation I found was in Spanish. I assume that won't be a problem for you?

__________________________________
Mike Lewis (Edinburgh, Scotland)

Visual FoxPro articles, tips and downloads
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top