September 10th, 2003, 11:37 AM
-
how to connect postgre database by using perl?
anyone know how to use perl/cgi to connect to postgre database and i'm new user of postgre how do i going to start using postgre plz give me some advice.
September 10th, 2003, 05:09 PM
-
September 11th, 2003, 10:17 AM
-
do u means PostgreSQL is under DBI?
September 11th, 2003, 10:01 PM
-
Originally posted by sorcecold
do u means PostgreSQL is under DBI?
a piece of the DBI module includes the functions to access postgreSQL from a perl program. PostgreSQL itseslf has to be running on the computer; it's just a library
rycamor says (try typing 'perldoc DBI') you should be ok; are you using *nix or windows?
September 12th, 2003, 04:43 AM
-