VB6 connection timeout expired?? [modified]
-
I have this error when i run my program "connection timeout expired" i was using ADODC to retrieve data from MYSQL on at SP and show it on my DATAgird. wat happen? even i set the adodc on longer the connection timeout. but problem still exsist... will it because the network bandwidth slow so SQL cannot finish retrieve those data ? My datagrid have those column fill name but no data inside when the error msg pop up . -- modified at 2:25 Wednesday 8th November, 2006
-
I have this error when i run my program "connection timeout expired" i was using ADODC to retrieve data from MYSQL on at SP and show it on my DATAgird. wat happen? even i set the adodc on longer the connection timeout. but problem still exsist... will it because the network bandwidth slow so SQL cannot finish retrieve those data ? My datagrid have those column fill name but no data inside when the error msg pop up . -- modified at 2:25 Wednesday 8th November, 2006
-
3 suggestion 1.make sure you use the right connect String 2.make sure you can connect to the mysql server(you can try to telnet the server) 3.the mysql server have open the port (default if 3306)? hope to help you!