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
dbHasCompleted(res)
Error in clrNew("rsqlserver.net.SqlDataHelper", res) :
Type: System.InvalidOperationException
Message: Invalid attempt to call FieldCount when reader is closed.
Method: Int32 get_FieldCount()
Stack trace:
at System.Data.SqlClient.SqlDataReader.get_FieldCount()
at rsqlserver.net.SqlDataHelper..ctor(SqlDataReader reader) in C:\Users\Ruaridh Williamson\Documents\GitHub\rsqlserver\src.nocompile\rsqlserver.net\src\SqlDataHelper.cs:line 68
The text was updated successfully, but these errors were encountered:
Ho w do you use it ? can you give more context ?
From the error message you are trying to access a closed reader, that means that the connection object is closed.
The text was updated successfully, but these errors were encountered: