PostgreSQL porting

E

Eugenio

Guest
Hi all,
I'm going to port DaDaBIK on PostgreSQL, using ADOdb (http://adodb.sourceforge.net/) as database abstraction library.

If you have any hints /tips about the porting, or simply want to discuss about it, this is the right place.



(Latest version of DaDaBIK when this message was posted: 3.2 beta)
 
J

John Hood

Guest
I am using DaDaBIK 4.0 and PostgreSQL 8.0.2 on Windows XP.

During the installation (the third step: running install.php) i get the following error:

[06] Error: during database connection.

The config.php file is:

$dbms_type = 'postgres8';
$host = 'localhost';
$db_name = 'Doencas';
$user = 'postgres';
$pass = 'geolivre';
$site_url = 'http://localhost/dadabik_4.0_alpha/';
$site_path = '/dadabik_4.0_alpha/';

Some idea ?

Thanks,
John Hood.
 
Top