Archives
VB.NET and LINQ – Filter elements from object collection with Logical Operators
Here’s a sample code snippet demonstrating how to filter elements from a list of objects using the where clause using LINQ in VB.NET. This sample gets all the employees who salary is greater than 20000 GBP and age is greater than 22. How to Filter Employees List whose salary is greater than 20000 GBP and age is greater than 22 using LINQ in VB.NET ?…
InterSystems IRIS General Error Code – 5173
In this post, you’ll learn about the General error code 5173 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 5173 Reason for the Error code 5173 in InterSystems IRIS DBMS Property ‘%1’ SQL column must be greater than 1 and not greater than 4096
InterSystems IRIS TSQL Code 4916 Could not enable or disable the constrai
In this post, you’ll learn about the SQL error code 4916 in InterSystems IRIS database the reason why you are receiving the TSQL message when using the InterSystems IRIS data platform Error Code : 4916 Reason for the Error code 4916 in InterSystems IRIS DBMS Could not enable or disable the constraint. See previous errors.
SQL Server Error Code – 1230 an invalid database principal was passed
In this blog post, you’ll learn more about the SQL Server Error Code 1230 and the error message description that is shown SQL Server Error Code 1230 SQL Server Error Description for the Code :1230 An invalid database principal was passed to %ls.
SQL Server Error Code – 3807 create failed because all available iden
In this blog post, you’ll learn more about the SQL Server Error Code 3807 and the error message description that is shown SQL Server Error Code 3807 SQL Server Error Description for the Code :3807 Create failed because all available identifiers have been exhausted.
SQL Server Error Code – 5246 repair operations cannot be performed on
In this blog post, you’ll learn more about the SQL Server Error Code 5246 and the error message description that is shown SQL Server Error Code 5246 SQL Server Error Description for the Code :5246 Repair operations cannot be performed on the MSSQLSYSTEMRESOURCE database. Consult Books Online topic “Resource Database” for more information.
SQL Server Error Code – 14816 the code generation directory cannot be
In this blog post, you’ll learn more about the SQL Server Error Code 14816 and the error message description that is shown SQL Server Error Code 14816 SQL Server Error Description for the Code :14816 The code generation directory cannot be created or set up correctly.
SQL Server Error Code – 45382 read or write operaions are not allowed
In this blog post, you’ll learn more about the SQL Server Error Code 45382 and the error message description that is shown SQL Server Error Code 45382 SQL Server Error Description for the Code :45382 Read or write operaions are not allowed on the storage account ‘%ls’.
How to fix the Oracle error ORA-02088: distributed database option not installed?
In this post, you’ll learn more about the Oracle ErrorORA-02088: distributed database option not installed with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-02088: distributed database option not installed Reason for the Error ORA-02088: distributed database option not installed Remote and distributed updates and transactions are a separately priced option in ORACLE V7. How…
How to fix the Oracle error ORA-16157: media recovery not allowed following successful FINISH recovery?
In this post, you’ll learn more about the Oracle ErrorORA-16157: media recovery not allowed following successful FINISH recovery with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-16157: media recovery not allowed following successful FINISH recovery Reason for the Error ORA-16157: media recovery not allowed following successful FINISH recovery A RECOVER MANAGED STANDBY DATABASE FINISH…
How to fix the Oracle error ORA-24362: improper use of the character count flag?
In this post, you’ll learn more about the Oracle ErrorORA-24362: improper use of the character count flag with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-24362: improper use of the character count flag Reason for the Error ORA-24362: improper use of the character count flag When the character count flag is set, then the…
How to fix the Oracle error ORA-25215: user_data type and queue type do not match?
In this post, you’ll learn more about the Oracle ErrorORA-25215: user_data type and queue type do not match with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-25215: user_data type and queue type do not match Reason for the Error ORA-25215: user_data type and queue type do not match A user tries to enqueue an…