vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I want to load CSV file (with datas in) into Progress database (V8/V9). I have many CSV files so i want to make another way than administration tools. ( manualy way is : Data Dictionnary -> Admin -> Import Data -> Delimited Text..) Can you help me ??? Thank you, regards, |
| ||||
| LaQuestion wrote: > Hi, > > I want to load CSV file (with datas in) into Progress database (V8/V9). > I have many CSV files so i want to make another way than administration tools. > ( manualy way is : Data Dictionnary -> Admin -> Import Data -> Delimited Text..) > > Can you help me ??? > > Thank you, > > regards, I'm assuming that each file contains the data for a given table. You could use the ADM code and write a script that loops through each file and loads it into the table. -- |