MySQL Forums
Forum List  »  General

Re: Event to import data from a text file
Posted by: Andrey Hristov
Date: November 17, 2006 04:00AM

Hi,
the procedure, to be executed by the event, which is preferrable, because you can test it, or an event which does what the procedure will do, should use LOAD DATA to populate the table with the data from the file.

HTH

Andrey Hristov, Software Developer
MySQL AB, www.mysql.com

Options: ReplyQuote


Subject
Written By
Posted
Re: Event to import data from a text file
November 17, 2006 04:00AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.