I made a test database to store items in a database, but I keep getting an error when trying to import from a txt file.
Here is my txt file
1,Lánc
2,Fa
3,Csavar
4,Lakat
How could I fix this problem?
Also is there a reason I need to keep the ID column included? Could I not just use a command something along the lines of while database.readNext() != null.
I know this isn't correct code, but it gets the idea across.
Thanks for any help