Hi all,

my need is to show result after running this code:

Code:
        static void Main()
        {
            DBConnect dbconnect = new DBConnect();
            dbconnect.OpenConnectionPublic();

            dbconnect.CloseConnectionPublic();
        }
It runs without error, but I can't see if it really works. Please help me, I'm new to C#.