by Antonio Linares » Wed Sep 10, 2008 7:06 am
Roberto,
ADORDD is based on Microsoft ADO, and if has the limitations imposed by ADO.
SQLWIN is based on SQL that will be executed against different database engines or through ODBC, and it does not use ADO.
We have found that ADO imposes restrictions to mimic a full working RDD, in the sense that you may replace DBFCDX or DBFNTX with ADORDD and just recompile your app, with very few changes (database string connection info).
Using SQL we may be able to bypass those restrictions and implement a complete RDD, that may be able to replace DBFCDX or DBFNTX.