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
high @yudelin. the issue is related to calling dataset.Close() when dataset is null so you should test if dataset == nil before calling the Close method. the situation where dataset == null is occur when function return error. so I think you forget to check for error in some place in your code
I analyzed it, to make the following modifications, please fix this problem according to the actual situation, and release it
The text was updated successfully, but these errors were encountered: