Perl/mysql.

2001-03-03 Thread N Sikkandar Dulkarnai
Hello there, I just installed "mysql Ver 11.12 Distrib 3.23.33, for sun-solaris2.6 (sparc)". How do I insert rows into mysql database.tablevia PERL ?. It would be appreciated if some one can send some basic structure of connecting into sql using perl and some useful links. Thanks in

Can't locate DBI.pm in

2001-03-03 Thread N Sikkandar Dulkarnai
I just trying to run the below perl script and got the following error. Any suggesstion pls. # more training1.pl #!/usr/bin/perl use DBI; $mysocket="/var/mysql.sock"; $dsn="dbi:mysql:training;mysql_socket=$mysocket"; $user="demo"; $password="demo";

Re: Can't locate DBI.pm in - CLOSED

2001-03-03 Thread N Sikkandar Dulkarnai
Thank you all. I installed and seems working fine. - Original Message - From: "Paulus" [EMAIL PROTECTED] To: "N Sikkandar Dulkarnai" [EMAIL PROTECTED] Sent: Saturday, March 03, 2001 8:04 PM Subject: Re: Can't locate DBI.pm in You haven't propably installed D