Archives

SQL Server Error Code – 3134 the differential base attribute for file

In this blog post, you’ll learn more about the SQL Server Error Code 3134 and the error message description that is shown SQL Server Error Code 3134 SQL Server Error Description for the Code :3134 The differential base attribute for file ?%ls? of database ?%ls? has been reset because the file has been restored from a backup taken on a conflicting recovery path. The restore…

Python Program to Check if a Number is Odd or Even

In this Python program, let’s learn how you can check a given number if it is odd or even. How to Check if a Number is Odd or Even in Python? A number is a even number if it is perfectly divisible by 2 i.e if the remainder is 0. In Python, you can use the modulus operator (%) to find the remainder. If the…

Win32 COM Error – CERT_E_PATHLENCONST – 0x800B0104

In this post, you’ll learn more about the Error CERT_E_PATHLENCONST – 0x800B0104 that is returned when working with the COM-based APIs in Win32 Win32 COM Error CERT_E_PATHLENCONST – 0x800B0104 Win32 COM Error Error Description A path length constraint in the certification chain has been violated.