ADONewConnection: Unable to load database driver ''

Hello
I have a problem with access to scriptcase there is an error message :
ADONewConnection: Unable to load database driver ‘’
Fatal error: Call to a member function Connect() on boolean in C:\Program Files (x86)\NetMake\v81\wwwroot\scriptcase\devel\lib\php\database.inc.php on line 333
Please assistant urgent .

Apparently you try to connect a database (you did not mention which one) and you likely have not installed the proper driver (in this case).
Meaning: if you use a database then please also also install the driver for that database… And please be aware that under windows you need to install the 32 bit driver for that database. Since scriptcase is a 32 bits application the drivers have to be 32 bit too.
On deployment you can use 64 bit or 32 bits, just be aware that you use the proper 32 or 64 driver with your deployment server.

Hi, I would like to know whether you solved above problem or not. This problem hit me today after I choose scriptcase sample project training that I installed long time ago. I did open this sample project training many times previously without any problem.
I Urgently need to solve this ASAP because current ongoing project inside scriptcase.

Hi, I manage to solve the above problem, thanks to scriptcase support team. In case anybody going to have the same problem later, I list down the steps that I took to solve this problem.

  1. As part of my troubleshooting the whole day yesterday, I did install another copy of scriptcase inside different directory. My problematic scripcase in directory …/v81 and the new installation in directory …/v82. I’m using scriptcase version 8.1 running on Windows.
  2. As instructed by support team, I made a copy of file nm_scriptcase.db (let name it File1 here) in directory …/v81/wwwroot/scriptcase/backup/scriptcase
  3. Then copy File1 to another directory …/v81/wwwroot/scriptcase/devel/conf/scriptcase. Inside this directory there is a file with same name nm_scriptcase.db. So I rename this file become copy_nm_scriptcase.db (let name it File2). So I paste File1 inside this directory.
  4. I tried to run the scriptcase, unfortunately it didn’t work out and same error message came out.
  5. While troubleshooting, I was thinking what about if I copy the nm_scripcase.db to the directory where I have new installation …/v82.
  6. So I copy File1 to directory …/v82/wwwroot/scriptcase/devel/conf/scriptcase and start scriptcase. It didn’t work out but different error message came out.
  7. Then I copy File2 to the same directory and start scriptcase. Scriptcase manage to be up without any errors. All my projects are there and I manage to backup them immediately.

So this is how I solved my problem yesterday.