Пример #1
0
	public static void Main()
	{
		OleDbDataReader_GetName_I tc = new OleDbDataReader_GetName_I();
		Exception exp = null;
		try
		{
			tc.BeginTest("OleDbDataReader_NextResult");
				tc.run();
		}
		catch(Exception ex){exp = ex;}
		finally	{tc.EndTest(exp);}
	}
Пример #2
0
        public static void Main()
        {
            OleDbDataReader_GetName_I tc = new OleDbDataReader_GetName_I();
            Exception exp = null;

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