Search found 3 matches

by RochTourigny
Wed Jan 25, 2023 2:14 pm
Forum: Zee Language
Topic: Reading from a .csv and .xls file via ODBC
Replies: 2
Views: 21054

Re: Reading from a .csv and .xls file via ODBC

I recently added more test to a plan and ran into some issues. After 32 test I had the following: DatabaseException: (08004) [Microsoft][ODBC Excel Driver] Too many client tasks. I now use the following connect string excel.Connect ("Driver=Microsoft Excel Driver (*.xls, *.xlsx, *.xlsm, *.xlsb)...
by RochTourigny
Wed Apr 07, 2021 12:49 pm
Forum: Zee Language
Topic: Creating new AppObject classes
Replies: 0
Views: 30240

Creating new AppObject classes

I was creating a short resumé of my journey with classes and thought I should share this with the community. This is by no mean a How-to or a Why-to. BackGround: I was thinking that one has to see native properties of the appObject in order to successfully create a class, I was wrong. Even if AT obs...
by RochTourigny
Thu Feb 07, 2019 12:55 pm
Forum: Zee Language
Topic: Reading from a .csv and .xls file via ODBC
Replies: 2
Views: 21054

Re: Reading from a .csv and .xls file via ODBC

Thank you very much!
Our application exports data to xlsx file format, I was unable to verify the files with the File compare command nor with the use of Excel.
Using your method works like a charm, I can focus on a section of the worksheet cells where important data is present.