MySQL Forums
Forum List  »  MyISAM

Re: Conversion of text file into mysql table
Posted by: Ingo Strüwing
Date: June 15, 2005 05:07AM

I guess you need to create a table first, then make a program that uses MyISAM functions directly. Start with myisam/mi_open.c:mi_open(), myisam/mi_close.c:mi_close(), and myisam/mi_write.c:mi_write(). But there will probably be something more of it.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Conversion of text file into mysql table
2365
June 15, 2005 05:07AM


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.