Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Loading data into Pervasive tables

Status
Not open for further replies.

irenavassilia

Programmer
Jun 19, 2007
101
Does anyone know how to load a csv file into a table with the Maintenance Load button in Pervasive v9.

I keep getting this error:

An error occurred during the access of the sequential file.

Thanks.
 
Sequential files are not the same as CSV files. You might take a look at Btsearch32 at It will allow you to import CSV files into Pervasive Btrieve files.


Gil
 
You could use MS Access. Setup ODBC DSNs pointing to the CSV file and the Pervasive table. Then set up 2 link tables in Access, one to the CSV file and one to the Pervasive table.

Finally write an append query in Access.

If you are not familiar with Access there are several good Access forums here on TT as well.

Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports

"If you have a big enough dictionary, just about everything is a word"
--Dave Barry
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top