in reply to Data export into text file

I was wondering is it possible to export data stored in a table

Yes. But what type of table, RDBMS? If so, what database? Oracle? Sybase? SqlServer? You can start with DBI and it's associated DBD modules and then move on the DBIx for higher level wrappers.

-derby

Replies are listed 'Best First'.
Re: Re: Data export into text file
by b310 (Scribe) on Mar 17, 2003 at 18:30 UTC
    Hi Derby,

    The type of table I'm using is RDBMS. I plan to use the exported data in Microsoft Access.

    I'm not sure how to create the file so I can make the export using Perl?