Open dtrillo opened 4 years ago
Hi @dtrillo,
That is cool, thanks!
You can create a PR to add that functionality. Just need to fork the repo, create the change and send the PR. It will get merged with your contribution to the repo.
Also, what about giving more clear names to the methods there? My suggestions would be:
LoadRecordSet2
to LoadRecordSetWithCase
LoadRecordSetWithCase
using the proper flags, because that seems to be more clear and we don't introduce methods to wrap a boolean.What do you think?
I don't use GitHub very ofter because I don't have it available except at home, and this is a feature of my work. I will try to make the PR in the next days.
I have a possible fix for this in development (4b5fef0), if you still wanna try that out.
Hi. I use the library adding data using Parse function, but also with the Add and LoadRecordset. the property name doesn't work as expected. Here is hoy I solved it!
I have notice some problems, that I have solved by defining my own LoadRecordset method. ` ' Load properties from an ADO RecordSet object into an array
With this 4 functions, I can get the desire outcome. first of all, because I can assing a name to the recordset, not loosing the previous name.
I notice you have not add the feature of lowercase properties (here included).