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

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