How to catch specific MS-SQL SQLExceptions in C# and VB.NET
To catch specific SQLExceptions using Microsoft.NET and Microsoft Sequel Server you can use the snippet below. You also need to look for the specific error numbers/codes you want to catch.…
All the Code Snippets and Samples you need
To catch specific SQLExceptions using Microsoft.NET and Microsoft Sequel Server you can use the snippet below. You also need to look for the specific error numbers/codes you want to catch.…
To set the server time in PHP you can use the following snippet. It required PHP 5.1.0 or higher. Sample PHP for more informations see: date_default_timezone_set and for a list…
To list all databases in MSSQL you can use the following snippet. Sample 1 MSSQL Sample 2 MSSQL