public static void Main()
		{
			OleDbDataReader_GetValue tc = new OleDbDataReader_GetValue();
			tc.exp = null;
			try
			{
				tc.BeginTest("OleDbDataReader_GetValue");
				tc.SetUp();
				tc.run();
			}
			catch (Exception ex)
			{
				tc.exp = ex;
			}
			finally	
			{
				tc.EndTest(tc.exp);
				tc.TearDown();
			}
		}
        public static void Main()
        {
            OleDbDataReader_GetValue tc = new OleDbDataReader_GetValue();

            tc.exp = null;
            try
            {
                tc.BeginTest("OleDbDataReader_GetValue");
                tc.SetUp();
                tc.run();
            }
            catch (Exception ex)
            {
                tc.exp = ex;
            }
            finally
            {
                tc.EndTest(tc.exp);
                tc.TearDown();
            }
        }