Mensaje de Error
Publicado por ramon (81 intervenciones) el 22/10/2009 15:44:19
Hola buenos dias estoy... quisiera me ayudaran con un mensaje de error que me arroja... cuando trato de realizar lo siguiente....
create temp(xcampo c(15))
public array tema con 11,1
genero un array de 1 columna con 10 registros
al finalizar con el ultimo registro del array pongo lo siguiente
select temp
append from array tema
si lo realiza e incluye los datos del array al cursor... pero me muestra un mensaje que dice lo siguiente::
Feature is not suuported for non.-DBC Tables.
OK Help
oprimo ayuda y me muestra
Feature is not supported for non-.DBC tables (Error 1580)
You have tried to implement a feature, such as a nullable field, a primary key, a persistent relation, a default value, a validation rule, or a trigger, on a free table. These features are available only for tables that are contained in a database (.dbc).
Use ADD TABLE to add a free table to a database.
gracias amigos...
create temp(xcampo c(15))
public array tema con 11,1
genero un array de 1 columna con 10 registros
al finalizar con el ultimo registro del array pongo lo siguiente
select temp
append from array tema
si lo realiza e incluye los datos del array al cursor... pero me muestra un mensaje que dice lo siguiente::
Feature is not suuported for non.-DBC Tables.
OK Help
oprimo ayuda y me muestra
Feature is not supported for non-.DBC tables (Error 1580)
You have tried to implement a feature, such as a nullable field, a primary key, a persistent relation, a default value, a validation rule, or a trigger, on a free table. These features are available only for tables that are contained in a database (.dbc).
Use ADD TABLE to add a free table to a database.
gracias amigos...
Valora esta pregunta


0