|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 5/9/2007 11:26:00 PM
Posts: 1,
Visits: 1
|
|
Guys,
I have installed OLEDB driver for teradata, and I am trying to add a reference to Teradata.Client.olddb object in VS2003, but could not be foound. so ihave uninstalled it, not sure what to do.
Am I doing something wrong, or missing something,
Any help is highly appreciated. MBA
|
|
|
|
|
Supreme Being
      
Group: Forum Members
Last Login: 11/16/2009 3:03:20 PM
Posts: 152,
Visits: 454
|
|
1- Add a reference to "System.Data.dll".
2- Add a using statement: "using System.Data.OleDb".
3- Set the OleDbConnection.ConnectionString property to "Provider=Tdoledb;Data Source=X;User Id=Y;Password=Z".
Refer to Overview of ADO.NET for additional information.
--Cal
|
|
|
|