Visual Basic .NET - How To Video Tutorials by Joe Bolen.
Learn how to work with the Connection String in a production environment.
So you want to get a connection to your database with your .NET program! But how? To connect to your database, you need a connection string and a ADO DbConnection object. In this video you will see how to find the correct connection string, but most importantly where to place that information in your solution for a deployable production program.