im trying to control MySQL tables using C#, though it takes my program 5 seconds to load on a 3MBPS internet, and sometimes it throws a timeout exception because my program is taking too long to connect...
follow up question, does the time for the connection to open the only thing that is hard up on loading, or does the queries have an effect?