Is there a database backend that I could use that is more robust than Access JET before moving to SQL. I have a very large program that uses DAO and moving it to ADO will take a long time! I would like to use an interim backend if possible.
The problems I am experencing are to do mostly with database size restrictions rather than performance issues although a healthy dose of speed from using ADO with SQL will not go un-noticed.

Thanks