Hi all. Im a Delphi programmer by trade but I recently got a copy of Visual Studio 2005 so I could write some applications for PDAs.

Anyway, Im trying to connect to a MS SQL Server with ADO, and all the help Ive read tells me to do something like this :

Public Class Form1
Dim ADOCon As New ADODB.Connection

But I get an error saying Type ADODB.Connection is not defined

Any help would be much appreciated.
Thanks