Choosing between wwSQL and wwADOSql

When choosing a mechanism to access SQL server you have many options both natively in VFP as well as with these classes. The framework provides two distinct classes:

As a general rule use these guidelines:


wwSQL and wwADOSql are almost identical in the SQL Syntax they support so switching between them is as easy as switching the object creation and connection string passed in the Connect() method. If you keep a single reference of the SQL object in your application it's easy to swap all data access across the application.

+++ Rick ---


  Last Updated: 4/30/2008 | © West Wind Technologies, 2008