public static void Main()
	{
		TestId13294 tc = new TestId13294();
		Exception exp = null;
		try
		{
			tc.BeginTest("OleDbDataReader_GetSchemaTable");
			tc.run();
		}
		catch(Exception ex){exp = ex;}
		finally	{tc.EndTest(exp);}
	}
示例#2
0
        public static void Main()
        {
            TestId13294 tc  = new TestId13294();
            Exception   exp = null;

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