hi,
i try to read a csv file (created with a access based app) into a sqlite-database.
the csv file has the fieldnames in the first line and is seperated by TAB.
the lines look somthing like this:
"Name" "Street" "ZIP" "City"
i allready imported the csv file to the database with the sqlitebrowser and it works fine. but since the data output of the other programm changes, i need to import, or better update the database with the created csv file.
the bad part about that is, i have no idea on how to acomplish that.
hope someone can help me on that.
byte

