Data Base Error MySql is not doing work

Asked By 0 points N/A Posted on -
qa-featured

I am using Netbeans for java work. I created one application & now I want to insert some data in this application. For this purpose I need SQL server connection but when I try to connect it with SQL, I receive the below error.

Tell me its detail:

Database Error

            A COM exception was thrown inside “CwuADODatabbaseMgr::GetErrors”

            Error: -2147467261

            Error Message: Invalid pointer

            Description:

            OK

SHARE
Answered By 0 points N/A #120304

Data Base Error MySql is not doing work

qa-featured

Your SQL server might not be online. Kindly check your SQL server settings. It is important that the engine is working. If the SQL server is not running during the start-up of your operating system, run the service manually. To avoid, redundant running of the SQL service manually, run it automatically so that the next time you run your system or program the service is already running and you won’t receive the same error again.

And if the SQL server is running, take a minute to make sure that your database is loaded in your server, especially when you are using My SQL server.

Related Questions