I have a Access database and Sage accounts file with some company data in it, I know how to create a CSV file but am struggling to upload the data. Any help would be apprechiated
Peter, you can create a PHP script for this or use some specialized database conversion software. Unfortunately PHPRunner wouldn't help you here.
T
thesofa11/1/2006
The basic principle is to create the csv file with the column headings as the first row.
Save it, then use something like the Navicat demo or MYSQL GUI Tools from MYSQL AB Site
Then you will be able to import the scv file and create the tables from the headings, Navicat will allow you to import the data and table structure directly from access tables