> I'll definitely migrate to SQL for new work; but I don't want to redo a > year's work.
Just another thought, Others have suggested using MS-SQL. That's not a bad idea. If you use the ODBC driver to access an MS-SQL (or MySql) database then there is no need to rewrite very much of your existing code because you can still use the BDE controls (TTable, TQuery) and code. Just change the BDE alias.... Also, changing to the ADO or DBX controls, doesn't automatically mean you have to "redo" everything. The majority of code you should be able to keep, and your database schema. You don't automatically "lose" everything you have done. Think of it rather as an "upgrade"... _______________________________________________ Delphi-DB mailing list Delphi-DB@elists.org http://www.elists.org/mailman/listinfo/delphi-db