RhythmAddict112
Programmer
Hey All,
Im trying to connect to Teradata DB using VB.net...I Didn't get all too far! I tried to type
[vbcode]
Imports System.Data.Odbc
....
Dim oODBCConnection As OdbcConnection
[/vbcode]
All the underlined code is underlined with those lovely blue lines in VS.net meaning my code is invalid. The reference to System.Data has been made within the project...Where am I going wrong here?
My apologies if I am missing something obvious, as I am a beginner to .NET.
Thank you for your help...
Use your resources, you're on the internet!
Im trying to connect to Teradata DB using VB.net...I Didn't get all too far! I tried to type
[vbcode]
Imports System.Data.Odbc
....
Dim oODBCConnection As OdbcConnection
[/vbcode]
All the underlined code is underlined with those lovely blue lines in VS.net meaning my code is invalid. The reference to System.Data has been made within the project...Where am I going wrong here?
My apologies if I am missing something obvious, as I am a beginner to .NET.
Thank you for your help...
Use your resources, you're on the internet!