Link to text file can't find data

  • Thread starter Charles P. \(Pat\) Upshaw
  • Start date
C

Charles P. \(Pat\) Upshaw

I've linked an Access 97 database to a text file of 4GB. The linking
specification seems to work fine but it returns no data. I can see the data
when setting up the spec.

Please help.

Thanks,
Charles P. (Pat) Upshaw
 
J

John Nurick

Hi Charles,

Access isn't really designed to handle files of this size. But when you
say "it returns no data" do you mean that, or that it returns no data
before you get tired of waiting for it? The textfile driver can be very
slow with a big file.

I suggest you use textfile tools (e.g. Perl and the Windows ports of the
Gnu textutils downloadable from http://unxutils.sourceforge.net) to
extract the data you really need from the 4GB file (or to normalise it:
most big files seem not to be normalised) and give Access something
smaller to chew on.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top