views:

95

answers:

2

i am working with Windows Applications in c# with MySQL database using wamp server. i have very slow connection when executing the project.what is problem in it and how can i solve this?

A: 

Like john said, as a programmer you have to problem solve... there isn't much to go on here, but i would start by checking your error logs for mysql

jason
how to check the error logs in that
ratty
http://dev.mysql.com/doc/refman/5.0/en/error-log.html
KMan
A: 

Profile! Profile your database, profile your code; get to know whats taking time.

KMan