I have a VB6 application that works with Oracle database. When I execute this application on Windows XP SP2 machine, the moment the application tries to establish connection with Oracle, the CPU usage goes to 100% and the application comes back in close to 3-4 hrs. The application finally launches but it is taking lot of time to get started. Can anyone guide me how to resolve this?

Thanks in advance.

Recommended Answers

All 2 Replies

I think there is infinity loop somewhere. Did you try other windows ?

Visal brings up a good point. If there is a loop (or a method that is blocking), then your app may not do much more than freeze (or appear to). Post the code as a .zip, or put it in code tags so we can check out what's going on.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.