Hola a todos.
Estoy haciendo un paquetes sis para realizar exportaciones de una cuantas
tablas a access 2003.
Y una de las tablas me da el siguiente error:
Messages
Error 0xc002f210: Preparation SQL Task: Executing the query "CREATE TABLE
`sectores` (
`classid` Decimal(19,0) NOT NULL,
`revisionnumber` Double NOT NULL,
`geometry` LongBinary NOT NULL,
`GEOMETRY_SI_1` LongText NOT NULL,
`GEOMETRY_SI_2` LongText,
`id` Decimal(11,0) NOT NULL,
`demarcacio` LongText NOT NULL,
`escala` Decimal(19,0) NOT NULL,
`y` Decimal(29,15) NOT NULL,
`x` Decimal(29,15) NOT NULL,
`featid` Decimal(19,0) NOT NULL
)
" failed with the following error: "Precisión no válida para el tipo de
datos decimal.". Possible failure reasons: Problems with the query,
"ResultSet" property not set correctly, parameters not set correctly, or
connection not established correctly.
(SQL Server Import and Export Wizard)
Este problema es de tipos supongo. Por ejemplo LongBinary,Long Text etc..
Como pudeo solucionar esto.
Leer las respuestas