I am trying to connect to an oracle server now.. When I look it up on the MSDN sire I get this page..

MSDN

Which tells me to add this:

VB Code:
  1. System.Data.OracleClient.OracleConnection

The only problem is that VB does not like that.. I get a squiggly line under it and can not build it.. What am I missing??

Rudy