Re: DATA_TYPE codes for column_info

2006-01-22 Thread Tim Bunce
On Sun, Jan 22, 2006 at 10:56:20AM -0500, Mark Fenbers wrote: > I have been unable to find a complete list of the DATA_TYPE numeric > codes returned by the DBL::column_info() function. I've figured out > several, but need a full list. Can you point me to such a list? You could start here: htt

Re: help me with this error

2006-01-22 Thread Ron Savage
On Sun, 22 Jan 2006 12:17:49 +0530, srikanth chantati wrote: Hi > when i try to install mysql dbi for perl i m getting this sort of > error > > cl : Command line error D2027 : cannot execute 'c1' > NMAKE : fatal error U1077: 'cl' : return code '0x2' I assume your OS is Windows. This error is

Re: PostgreSQL trouble

2006-01-22 Thread Louis Gonzales
Christian, What does your "pg_hba.conf" file look like? If you haven't made any changes in there, for where/who/how is allowed to connect to this postgreSQL db instance, it's possible that's the first place to start. Second, it looks like in your connect string, you haven't identified a host

DATA_TYPE codes for column_info

2006-01-22 Thread Mark Fenbers
I have been unable to find a complete list of the DATA_TYPE numeric codes returned by the DBL::column_info() function. I've figured out several, but need a full list. Can you point me to such a list? Mark

PostgreSQL trouble

2006-01-22 Thread Christian Stalp
Hello, I have some trouble connecting my PostgreSQL-Server. When I execute this small script: #!/usr/bin/perl use warnings; use strict; use DBI; my $dbh = DBI->connect ("DBI:Pg:dbname=test2", "postgres", "wunderbar") or die "Keine Verbindung mit der DB!\n"; exit; I get this error: DBI conne

help me with this error

2006-01-22 Thread srikanth chantati
hello when i try to install mysql dbi for perl i m getting this sort of error cl : Command line error D2027 : cannot execute 'c1' NMAKE : fatal error U1077: 'cl' : return code '0x2' wat i did was Makefile.pl after that nmake which showed above mentioned error plz let me out of this shit