Correcting access error for the Scriptcase database

Correcting access error for the Scriptcase database

Sometimes we encounter an error accessing the Scriptcase database itself, as shown in the image below:

ADONewConnection: Unable to load database driver

Screenshot - 16_08_2016 , 00_58_38.jpg

It happens when Scriptcase, for some reason, loses the path to its database (nm_scriptcase.db).

To correct this error, just follow the steps below:


1 - Go to the scriptcase directory e.g:  C:\Program Files\NetMake\v9-php82\wwwroot\scriptcase  and change the name of the file config_.php to config.php 


 

2 - After changing to config.php, access this file through the browser, with the folder name already changed, for example: 127.0.0.1:8093/scriptcase/config.php.


 

3 - In the Server field, paste the full path to the scriptcase database, for example: C:/Program Files/NetMake/v9-php82/wwwroot/scriptcase/devel/conf/scriptcase/nm_scriptcase.db

- Also, In DBMS Field, select SQLite PDO


4 - Click save to finish






    • Related Articles

    • Fixing the Oracle Connection Error: ORA-12154

      Fixing the Oracle Connection Error: ORA-12154: TNS:could not resolve the connect identifier specified To fix this error when connecting to an Oracle database, follow the steps below: 1. Create the tnsnames.ora file Create a file named tnsnames.ora ...
    • 'No tables found in database access' error while trying to import Access data.

      This error occurs because it is necessary to have the Microsoft Access Database Engine installed, which contains a series of components that facilitate the transfer of information between files of Office for the other applications. For the ...
    • Error connecting MySQL 8 database

      In this tutorial, we will see how to connect to a MySQL database that prohibits access when you have PHP 7 with MySQL 8. First, you must follow the manual Creating a new MySQL User. 1- Once the creation of the new user has been done, you must go to ...
    • Filtering Connection Database - Oracle

      On various occasions, we encounter slowness when connecting to the database or while editing and executing applications. It is possible to resolve these issues by optimizing data loading through filter configuration. To do so, follow these steps: ...
    • Using the Database Builder

      The DataBase Builder is a Scriptcase 'DBMS' (Database Manager System), this tool allows you to create tables, modify the structure of your tables, generate ER diagrams (Entity x Relationships), perform the export of the tables among other things. ...