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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. yuvipoy

    ODBC Connection + Oracle Database

    Hi, I am using oracle database and using C#. ODBC CODE with Oracle database: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data.Odbc; using System.IO; public void Open() { connection = new OdbcConnection(connectionString); command =...

Part and Inventory Search

Back
Top