You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where can I dig to understand why, after a line with a correct string, a row without value for one of its column takes the previous entry ?
Thank you,
R
The text was updated successfully, but these errors were encountered:
Hello,
I have a table with few thousands entries which could be represented with these few lines:
I am using the HFSQL driver to retrieve information from a database with the same name.
By executing the following code, I got wrong information:
Result:
1;"line1";"CompanyA"; ""
2;"line2";"CompanyA";"someText"
3;"line3";"CompanyA";"someText"
Where can I dig to understand why, after a line with a correct string, a row without value for one of its column takes the previous entry ?
Thank you,
R
The text was updated successfully, but these errors were encountered: