whats wrong here?

2001-08-06 Thread Glyndower
LOAD DATA LOCAL INFILE '/tmp/phpFBsb3v' REPLACE INTO TABLE agents FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY ''' LINES TERMINATED BY '\n' (agent_id,first_name,last_name,email_address,area_code,area,have_picture,abo ut) anybody see anything wrong in this ??? I've also tryed '\r' and '\r\n' fo

Whats wrong here?

2001-06-23 Thread Jaime Teng
Hi, Why cant I get to make this simple statement to work? I have this perl script that would not resolve properly. ## my $sth = $DBH->prepare( qq!select start,stop FROM dialup WHERE sessionid = $sessionid! ); $sth->execute; my ($start,$stop) = $sth->fetchrow; ## T