I would like to know how to read from text file with memo fields and delimeters and load the data to a Paradox table. Thanks.
This is a discussion on Paradox version 7 within the A Brief History of Cprogramming.com forums, part of the Community Boards category; I would like to know how to read from text file with memo fields and delimeters and load the data ...
I would like to know how to read from text file with memo fields and delimeters and load the data to a Paradox table. Thanks.
I guess you need to use a simple filter prog to format the file into csv format. I suppose you could then import it to your table. I dont use paradox, but this is pretty standard for uploading data to a database.