--- matt ryan <[EMAIL PROTECTED]> wrote:
> 
> > David
> >
> > Did you look at MYSQL LOAD DATA INFILE ???
> >
> > doc is available at
> > http://dev.mysql.com/doc/mysql/en/LOAD_DATA.html
> >
> > regards,
> >
> 
> Load data infile only works with a text file going
> into a table, if the 
> data is in another format, like raw oracle, or
> EBCDIC it wont work, 
> you'll need to convert it to ascii first.

OK, so if I can convert it into ascii, then it will be
a text file, which I can import using the instructions
at http://dev.mysql.com/doc/mysql/en/LOAD_DATA.html,
right?

Thanks.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to