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

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