Open MujtabaFR opened 5 years ago
Hi,
That error looks to be a problem converting one of the fields in your users table. Specially it looks like you have a byte array field and the plugin isn't able to convert that to something react native can understand. Can you confirm this?
You could bypass this issue by not selecting that particular column, but if you can provide me with the columns data type and I update the plugin to hopefully handle it.
What a rapid response and solution @davidstoneham .. thanks it was solved by not selecting a particular column as you mentioned
I found that the cause was the column (Sid)
many thanks again
I just happened to be repyling to emails and the github notification came in at the right time. Thanks for the info and great to hear the work around works. I'll take a look at parsing varbinary data types for the plugin.
I've just tested many types and found that (timestamp) columns causes the same issue
Hi, I'm using react-native-mssql on react-native 0.59.9 on Android
I'm able to update the rows in my MSSQL database, but when trying to select any rows.. it throws multiple errors.. couldn't find why
I'm getting these errors
Could you please provide any help about this issue ?