Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BharathKumarS

  1. BharathKumarS

    Connecting to DB in Visual Basic

    Hi, Given below is code for connecting Teradata database to VB through Data Provider Dim con As ADODB.Connection Dim rs As ADODB.Recordset Set con = New ADODB.Connection Set rs = New ADODB.Recordset con.ConnectionString = "Provider=MSDASQL.1;Password=PASSWORD;" & _...

Part and Inventory Search

Back
Top