Continued from page 1
Connecting Database sharp1.cs class xyz1 { public static void main() { try { System.Data.ADO.ADOConnection s; S=new System.Data.ADO.ADOConnection(); System.Console.Writeline("C-Sharp); } catch(System.Exception e) { System.console.Writeline(e.ToString()); }}}
Above program can be compiled through command line at DOS promot giving command line option as /r:System.Data.Dll
Because
code for ADO.Connection is available at this DLL. The above program consists of an object s resembling as System.ado.adoconnection .
Thus we are creating
object s by
statement:
System.Data.ADO.ADOConnection s;
From
output it is clear that
constructor has thrown no exception, as otherwise catch block would have been executed.

Presently working in the capacity of the Technical Director of Birbals, an e-consulting firm based in India dedicated in providing innovative and effective web, Hospitality and consultancy services to public, private and non-profit organizations. Successfully founded Birbals and other IT companies like Ebirbals and SeoBirbals.