Blog

SQL Server Error Code – 47107 the %ls operation is not allowed by the

In this blog post, you’ll learn more about the SQL Server Error Code 47107 and the error message description that is shown SQL Server Error Code 47107 SQL Server Error Description for the Code :47107 The %ls operation is not allowed by the current availability group configuration. The availability group ‘%.*ls’ only supports one relica which has configuration-only availability mode. Verify that the specified availability…

InterSystems IRIS General Error Code – 849

In this post, you’ll learn about the General error code 849 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 849 Reason for the Error code 849 in InterSystems IRIS DBMS System Security configuration %1 does not exist.

How to Check for Column Name in SqlDataReader object in C# ?

Do you want to check if a column exists in a SqlDataReader instance in C# ?. One of the simplest solution is to navigate to all the fields within the data reader and check the name of the field using the GetName method as shown below. How to Check for Column Name in SqlDataReader object in C# ?