Esempio n. 1
0
		public static void Main()
		{
			OleDbCommand_CommandText tc = new OleDbCommand_CommandText();
			Exception exp = null;
			try
			{
				tc.BeginTest("OleDBCommandText");
				tc.run();
			}
			catch(Exception ex){exp = ex;}
			finally	{tc.EndTest(exp);}
		}
Esempio n. 2
0
        public static void Main()
        {
            OleDbCommand_CommandText tc = new OleDbCommand_CommandText();
            Exception exp = null;

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