Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Greetings,

i have a remote database in MySQL using visual basic 6.0 to update my website records,
but when i connect to the mysql database it takes time to load or to read my connection and some queries upon loading, i would to create a loading form or just a message like "Please Wait Connecting to Database" to inform the user that the system is still connecting to it, i am using ADODB for my connection, can you please give me a sample code or a reference or anything that will help me to solve my problem.

Hope you guys help me on this ^_^
Thank you,
Posted

1 solution

Im not reallu sure if you can implement ajax progress bar here. But what I can sugget is to put a note to inform that the process may takes some time. So the design might help you on how to implement it.
 
Share this answer
 
Comments
[no name] 19-May-11 22:25pm    
even without a progress bar, just a note that will display that the program is still connecting, do you have any idea what code should i use? thx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900