CSV-File TO DBASE III

Joined
Oct 19, 2006
Messages
1
Reaction score
0
hello everyone!

Im new to this forum and i have this following problem, i only started programming Visual Basic 6 just rightnow, well what i want to do is:

MY GOAL:
I have a CSV File that im trying to read, this file Contains Data which i want
to insert to a FILE name OUTPUT.dbf (DBASE III) with existing COLUMNS
already.
The Data inside the CSV FILE is seperated with a ";" semicolum and the FIRST ROW from the CSV FILE are the COLUMNS.

So I want to Read the CSV FILE through Visual Basic 6 and then INSERT the readed DATA to a OUTPUT.dbf(DBASE III).

I dont know how to do this in Visual Basic 6 can someone help me with this?
I will appriciate it really!

thanks a lot!
 
Back
Top