[ic] MySQL and Interchange

=?iso-8859-1?Q?Adri=E1n?= Galindo agalindo@mpsnet.net.mx
Fri, 16 Feb 2001 17:45:03 -0600


Ryan escribió:
> 
> HELP
> now waht?
> sql is running
> it works with PHPNUKE
> 
> any ideas?

PHPNuke uses PHP, and the conection is independent from the conection
with perl used by IC.

Check if your DBI:DBD is correctly installed/configured.
You can probe the dsn with dbimon:

# su - postgres
$ dbimon dbi:Pg:dbname=test_construct 

or whatever your db is called.


C ya!
Adrian Galindo