Hi all,
my need is to show result after running this code:
It runs without error, but I can't see if it really works. Please help me, I'm new to C#.Code:static void Main() { DBConnect dbconnect = new DBConnect(); dbconnect.OpenConnectionPublic(); dbconnect.CloseConnectionPublic(); }




Reply With Quote
