Re: Conversion of text file into mysql table
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.
Subject
Views
Written By
Posted
3707
June 15, 2005 02:25AM
2223
June 15, 2005 02:28AM
Re: Conversion of text file into mysql table
2365
June 15, 2005 05:07AM
2665
June 16, 2005 01:16AM
2612
June 16, 2005 01:27AM
2353
June 16, 2005 02:59AM
2209
June 17, 2005 02:26AM
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.