microsoft acess db gurus: need help exporting or converting a 80 file to a text file.

LordSnailz

Diamond Member
Nov 2, 1999
4,821
0
0
So the deal is I want to pull the data off these access db files so I can write a perl script and start manipulating the data but the probelm is getting the data out of Access.

I've done the export file thing but the file created is HUGE!! Any other way I can do that will not take hrs. and will not be that big?

I have hundreds of this Access files that I need to run the perlscript on.

thanks in adv!
 

MrChad

Lifer
Aug 22, 2001
13,507
3
81
:confused:

Do you need every column? Perhaps you can format the date fields differently in your text file. There's not much you can do if you have a large database.

What sort of data is in there?
 

EagleKeeper

Discussion Club Moderator<br>Elite Member
Staff member
Oct 30, 2000
42,589
5
0
Binary to Ascii will always take more space.