Problems on Connect :(

2005-03-12 Thread Marcos
Hello, I'm with one problem on connect to Pgsql I'm newbie in perl programming and DBI Driver. [EMAIL PROTECTED]:~/perl$ ./connect.pl install_driver(pg) failed: Can't locate DBD/pg.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/sha

Problems on Connect :(

2005-03-12 Thread Marcos
Hello, I'm with one problem on connect to Pgsql I'm newbie in perl programming and DBI Driver. [EMAIL PROTECTED]:~/perl$ ./connect.pl install_driver(pg) failed: Can't locate DBD/pg.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/sha

Re: Problems on Connect :(

2005-03-12 Thread Waldemar Zurowski
Dnia 12-03-2005, sob o godzinie 11:38 -0300, Marcos napisaƂ(a): > Hello, > > I'm with one problem on connect to Pgsql I'm newbie in perl programming > and DBI Driver. > or perhaps the capitalisation of 'pg' isn't right. See this message with helpful message > Available drivers: DBM, ExampleP,

Problems on Connect :(

2005-03-12 Thread Marcos
Hello, I'm with one problem on connect to Pgsql I'm newbie in perl programming and DBI Driver. [EMAIL PROTECTED]:~/perl$ ./connect.pl install_driver(pg) failed: Can't locate DBD/pg.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/sha

Re: MySQL vs. DBI/DBD

2005-03-12 Thread Tom Mornini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A simple Google search on the error message: http://dev.mysql.com/doc/mysql/en/perl-support-problems.html Look at the very last response on the bottom of the page. On Mar 11, 2005, at 8:19 PM, [EMAIL PROTECTED] wrote: I'm using MySQL v4.1.10.a on Wind

MySQL vs. DBI/DBD

2005-03-12 Thread borkurg
I'm using MySQL v4.1.10.a on Windows XP Activestate Perl v5.8.6.811 DBI v1.47 This is my script: #!/usr/bin/perl -w use strict; use DBI; my $database = "bg_test"; my $hostname = "localhost"; my $port = 3306; my $user = "root"; my $password = "msqlbor