Database installation process error message

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

Hello everyone,

I’m out of luck these days with my database installation.

I don’t seem to find the reason why it won’t work and all I’m getting is this runtime error message:

Runtime Error

Location:

[0,0] null

Message:
TypeError: Cannot call method “execute” of null

Source:

Any ideas on how to make this work?

I’d be very thankful.

SHARE
Best Answer by Harpe byers
Answered By 0 points N/A #94180

Database installation process error message

qa-featured

Amelia,

Try to follow these steps:

  1. Go to component services in your computer.
  2. Then, open the Services.
  3. Locate, the database you installed and try to check the status.
  4. It should be in "STARTED" status.
Best Answer
Best Answer
Answered By 10 points N/A #94181

Database installation process error message

qa-featured

Hello Amelia,

You must have saved your database with extension “sqlite” or “sql”.

If your data is over 3MB then you shall use “mp3” as extension instead of above two extensions.

How to do it? –

1. Go to Command prompt,

2. Once navigated to your directory, just type –

– ren*.sqlite*.mp3 if “sqlite” is the extension or

– ren*.sql*.mp3 if “sql” is the extension.

You are simply renaming the database extension.

Related Questions