ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: STEVE on July 05, 2022, 11:45:32 am
-
PHP WARNING : PHP STARTUP : Unable to load dynamic library 'pdo' (tried : c:\php\ext\pdo (Can't file the module), c:\php\ext\php_pdo.dll (%1 is not right Win32 application)) in unkown on line 0
I got the above error message. I have downloaded different versions of PHP and installed php_pdo.dll to the ext folder. But I still have a problem.
I guess because of that even though PHP got data from DB. it couldn't pass it to the HTML.
Please help me.
-
Dear Steve
In your email you had mentioned that you were able to fetch json data
I succeeded in fetching data from PostgreSQL by using the PDO function.
Setting up of server environment and third party software is outside the scope of pqgrid support.
Anyway please read through this tutorial: https://www.phptutorial.net/php-pdo/pdo-connecting-to-postgresql/ that might help you.