SERIES PART 1:
In this beginner Visual Basic .NET tutorial, I'll show you how to establish a successful connection to a Microsoft SQL Server Database using connection strings. We'll also being using TRY / CATCH to help determine the cause of connectivity problems.
Tutorial Features:
SqlConnection - Establish a SQL Database Connection
TRY / CATCH - Capturing errors and exceptions
Functions - Test a condition and return success or failure
Classes - Design a reusable class object
TIP JAR: http://www.aardaerimus.com/tipjar.asp
In this beginner Visual Basic .NET tutorial, I'll show you how to establish a successful connection to a Microsoft SQL Server Database using connection strings. We'll also being using TRY / CATCH to help determine the cause of connectivity problems.
Tutorial Features:
SqlConnection - Establish a SQL Database Connection
TRY / CATCH - Capturing errors and exceptions
Functions - Test a condition and return success or failure
Classes - Design a reusable class object
TIP JAR: http://www.aardaerimus.com/tipjar.asp
- Category
- Tech
Sign in or sign up to post comments.
Be the first to comment