03-12-2018 05:55 PM
I have an application that reads data from multiple CSV files and I am getting some weird symbols at the first row in some columns. I am also getting an error on insert to access db.
I solved one problem that is not fixed in this project, that is the name of the columns and the number of elements connected to the bundle, but even after fixing these errors, I still get an error on insert to db.
I think the error is 2147277900, but please check.
Project: https://drive.google.com/file/d/1hXQz99dau30qp9kAA-zPUwvCLbbs4Unb/view?usp=drivesdk
Please help me fix these errors so that I am able to write to access db.
03-13-2018 03:41 PM
Hi Nando88,
I couldn't open your file. Can you add some screenshots and give more information about the error?
Regards!
03-13-2018 03:59 PM
The access db was causing too much trouble, so I decided to write to tab delimited text instead.
Thanks for your help.