I have encountered a problem.
I tried to connect my database via PhP, however it seemed to be quite difficult.
I use ADODB (a PhP plugin) for accessing my database via OLEDB (ADO DB).
However I need a Provider and a Driver that I don't know exactly.
This is an example of my script:
Hi Mike,
Just to let you know:
I have finally succeeded in connecting my ACT database (read-only) through PhP via the ADODB library.
Here are the settings needed:
Host = '127.0.0.1';
User ID = 'Chris Huffman;
Password = '';
Data Source = 'C:\...\ACT9demo.pad';
Provider = 'ACTOLEDB.1';
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.