Problem when adding Parse, Add and Loadrecordsets #90
Labels
enhancement
fix-on-development-branch
A fix for this issue was implemented on current development branch.
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).
The text was updated successfully, but these errors were encountered: