
October 14th, 2002, 01:03 PM
|
|
Gödelian monster
|
|
Join Date: Jul 1999
Location: Central Florida, USA
|
|
I have never used CFMX, but as I understand it, CFMX is heavy in Java connectivity, so I would imagine all you have to do is enable JDBC on PostgreSQL, and then you can connect just as you would with any other SQL system. Visit http://jdbc.postgresql.org/
I'm sure CFMX supports ODBC also, so you could enable ODBC on PostgreSQL, although I think JDBC is a better choice if you can do it. Also, if you enable JDBC, there are quite a few nice reporting packages available.
|