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

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