Have created a vb6 application using files from a foxpro 6.0 database. I am using Data Environment, OLE DB for ODBC, 4 major tables (50 to 300,000 records per table) and several small lookup tables ( 5 to 500 recs). Every time the App is run it takes upwards of 15 to 20 minutes for the form to appear. When I do ALT_CTRL_DEL to check status it tells me it is not responding. But it does eventually come up. If I create the similar application from within Foxpro, I get an almost immediate response. Is this overhead to be expected in VB6?