Archives

Hydra Error 232 A SERIAL column column-name may not be updated.

In this blog post, let’s learn about the error message “232 A SERIAL column column-name may not be updated.” in Hydra and the description of the error. Error Message 232 A SERIAL column column-name may not be updated. Error Details The database server created a temporary file in the directory specified by the DBTEMP environment variable (or /tmp by default on UNIX systems) but encountered…

Raima RDM Error -10088 eCONNNOTOPEN

In this blog post, let’s learn about the error message “-10088 eCONNNOTOPEN” in Raima RDM and the description of the error message. Error Message -10088 – eCONNNOTOPEN Error Details Connection is not open

How to Split a String on newlines in C#?

Ever wanted to split an input string in to new lines in .NET (c#) that has a new line character? Below is a sample code snippet that demonstrates how to do it. How to Split a String on newlines in C#?

Example of Predicate Delegate in C#

Predicate Delegate is an interesting feature in .NET Framework which is like a reference to a function which returns either true or false. Example of Predicate Delegate in C# Below is a sample code snippet demonstrating the usage of Predicate Delegate in C#

SQL Server Error Code – 1931 the sql statement cannot be executed bec

In this blog post, you’ll learn more about the SQL Server Error Code 1931 and the error message description that is shown SQL Server Error Code 1931 SQL Server Error Description for the Code :1931 The SQL statement cannot be executed because filegroup ?%.*ls? is offline. Use the sys.database_files or sys.master_files catalog view to determine the state of the files in this filegroup and then…

SQL Server Error Code – 8399 %ls will be removed in a future version

In this blog post, you’ll learn more about the SQL Server Error Code 8399 and the error message description that is shown SQL Server Error Code 8399 SQL Server Error Description for the Code :8399 %ls will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use it.