RE: basic stuff

2001-05-14 Thread Nick Chirca
When I am trying to insert some fields into a mysql table, I get this error: "DBD::mysql::db do failed: You have an error in your SQL syntax near 'll Know','2001-05-03','2001-05-14')' at line 4 at add_mysql line 39, line 975." I am actually reading lines from a file and I want to insert all the

basic stuff

2001-04-26 Thread Nick Chirca
I've just installed the DBI and Msql-Mysql modules that I got from the www.mysql.com official perl API page, but I am having problems in working with the basic queries. See the script below: __ #! /usr/bin/perl -w use Mysql; $dbh = Mysql->connect('ads', 'test', '',