06/03/2008, 15:47
|
| Colaborador | | Fecha de Ingreso: julio-2007 Ubicación: Mexico, D.F.
Mensajes: 6.482
Antigüedad: 17 años, 5 meses Puntos: 180 | |
Re: Que tipo de campo debo utilizar BIGINT
The bigint data type is an integer containing values from -2^63 (-9,223,372,036,854,775,808) through 2^63-1 (9,223,372,036,854,775,807). The storage size is 8 bytes.
The ADO enumerated constant, DataTypeEnum, specifies the data type of an ADO field, parameter, or property. The DataTypeEnum value, adBigInt, has a value of 20, and indicates an 8-byte signed integer, which maps to the SQL Server 2000 bigint data type and the OLE DB DBTYPE_I8 data type. |