| AddNumericType
          method Adds a type name to the list of the numeric
          types. Syntax:
            index = object.AddNumericType(name) Parameters:
          name - the name of the type added. For example "INT" Returned value: The index of the added item in the list. If the
          item already exists the index of the existing item is returned. Remarks:
            This method will not add the type name if already exists because
            it will not be needed. Instead it returns the index of the existing
            name. No error will be generated.   By default:NUMERIC, INTEGER, SMALLINT, DATE, TIME, DOUBLE, FLOAT, SINGLE, SHORT,
            LONG, DATETIME, INT, BYTE
 are configured as numeric types.
 Applies to: SQLite COM
          object See also:    RemoveAllNumericTypes,
          RemoveNumericType, NumericType,
          CountNumericTypes
           Supported on: 
            Windows 95/NT and laterWindows CE 3.0 and later
 Pocket PC/Windows Mobile 2003 and later
 Windows CE.NET 4 and later
   |