Connect to SQL Server database with Visual Basics

Connect to SQL Server database with Visual Basics

How do I connect to a SQL Server database using Visual Basics 6.0?

    Requires Free Membership to View

    When you register, you’ll also receive targeted emails from my team of award-winning editorial writers.  Our goal is to keep you informed on the hottest topics and biggest challenges faced by today's SQL Server database pros.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchSQLServer.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSQLServer.com is governed by our Terms of Use. You may contact us at [email protected].

The most common method for connecting to Visual Basics 6.0 was to use ADO or OLEDB. This is a rather involved process, but if you look up creating an ADO or OLEDB connection you will be well on your way.

This was first published in October 2007