If you are using SQL Server or even Access, use the ADO components on the fly and setup connectionstrings. Stay away from BDE as much as possible, unless, you are using a paradox database. Also select * will make the DBMS go through every field in the database, which is overhead if you are...