MySQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsDatabasesMySQL Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old September 18th, 2004, 02:28 AM
Young Young is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Location: Vancouver, British Columbia
Posts: 53 Young User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 4
problem with statement handle

Hello

I am trying to use DBI along with Perl and MySQL and i had some problem using the statement handle (sth) .
Basically what i did was I generated a text file on Windows and tried to load it using the sth as below:

$sth = $dbh->prepare("LOAD DATA LOCAL INFILE 'file_directory' INTO TABLE
'table_name'");
#Send statement to database
$sth->execute||die "Couldn't execute statement";

while(($col1,$col2,$col3,$col4) = $sth2->fetchrow_array()){
print "$col1,$col2,$col3,$col4 \n";
}

and I get a error message regarding SQL syntax. Can someone help me?

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsDatabasesMySQL Development > problem with statement handle


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway