public static void Main()
		{
			OracleCommand_CommandText tc = new OracleCommand_CommandText();
			Exception exp = null;
			try
			{
				tc.BeginTest("OleDBCommandText");
				tc.run();
			}
			catch(Exception ex){exp = ex;}
			finally	{tc.EndTest(exp);}
		}
Beispiel #2
0
        public static void Main()
        {
            OracleCommand_CommandText tc = new OracleCommand_CommandText();
            Exception exp = null;

            try
            {
                tc.BeginTest("OleDBCommandText");
                tc.run();
            }
            catch (Exception ex) { exp = ex; }
            finally { tc.EndTest(exp); }
        }