Error!! Urgente

17/07/2003 - 19:04 por CARO | Informe spam
Hola a todos, mi problema es que estoy tratanto de hacer
truncate Table desde .net pero cuando llego a cierta tabla
me da un error, que no se que significa:

Unspecified error: DB_E_ERRORSINCOMMAND(0x80040E14)
Description: An unhandled exception occurred during the
execution of the current web request. Please review the
stack trace for more information about the error and where
it originated in the code.

Exception Details: System.Data.OleDb.OleDbException:
Unspecified error: DB_E_ERRORSINCOMMAND(0x80040E14)

Le quite las relaciones a la tabla por que pense que era
eso, pero me sigue dando error, y las demas tablas si me
las borran.

Si me pueden ayudar, porfavor

Gracias
 

Leer las respuestas

#1 Luis Alberto Alvarez B
18/07/2003 - 00:52 | Informe spam
Este error se produce cuado se utiliza truncate en tablas
que tienen actualización en cascada.

para poder borrar la información es recomendable utilizar
el DELETE de sql.


Espero te sirva


Luis Alberto Alvarez B.


Hola a todos, mi problema es que estoy tratanto de hacer
truncate Table desde .net pero cuando llego a cierta


tabla
me da un error, que no se que significa:

Unspecified error: DB_E_ERRORSINCOMMAND(0x80040E14)
Description: An unhandled exception occurred during the
execution of the current web request. Please review the
stack trace for more information about the error and


where
it originated in the code.

Exception Details: System.Data.OleDb.OleDbException:
Unspecified error: DB_E_ERRORSINCOMMAND(0x80040E14)

Le quite las relaciones a la tabla por que pense que era
eso, pero me sigue dando error, y las demas tablas si me
las borran.

Si me pueden ayudar, porfavor

Gracias
.

Preguntas similares