Hey buddy! The above link given by praveen is indeed very informative. As an addon to the explanation you can find a crisp example here:- 1 string ConnString = "data source=dsn1;user id=user1;password=pwd1;" ; 2 OracleConnection NewConn = new OracleConnection(ConnString); 3 string sql= "SELECT * FROM...
Posted to
Oracle
(Forum)
by
veeaar
on
03-29-2007, 12:00 AM
Filed under: Oracle, oracleconnection, oraclereader, .net, c#, datagrid, example