Re: Help to connect to mysql

2003-01-27 Thread Rob Dixon
anuary 27, 2003 4:38 PM > Subject: Re: Help to connect to mysql > > >> Hi Pankaj >> >> Pankaj Kapare wrote: >>> Hi, >>> I am using Net::mysql to connect with database mysql.Though sytax is >>> correct it is still giving error: >>> >

Re: Help to connect to mysql

2003-01-27 Thread Pankaj Kapare
nday, January 27, 2003 3:41 PM Subject: Re: Help to connect to mysql -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Help to connect to mysql

2003-01-27 Thread Mat Harris
this is what one of mine looks like. use Net::MySQL; my $mysql = Net::MySQL->new( hostname => 'localhost', database => 'pixelscan', user => 'webuser', password => '3dpixelscan'

Help to connect to mysql

2003-01-27 Thread Pankaj Kapare
Hi, I am using Net::mysql to connect with database mysql.Though sytax is correct it is still giving error: Can't locate object method "new" via package "MySql" (perhaps you forgot to load "MySql"?) at E:\PERLTR~1\perl\VALIDA~1.PL line 10. Content-type:text/html My code is as follows: #!/usr/l