You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Comunidad de Visual Foxpro en Español
Hola que tal tengo un pequeño problema al crear mis tablas en un prg
create table accounts ( idaccount autoincrement)
quiero que el id sea autoincrementable pero la verdad es que no me ah
quedado
eh escrito
create table accounts ( idaccount auto_increment)
create table accounts ( idaccount int au_toincrement)
create table accounts ( idaccount int autoincrement)
create table accounts ( idaccount autoinc)
y la verdad ninguno me ah quedado. alguien me podria decir cual seria
la sintaxis correcta?
gracias y saludos.
Norberto Gómez Moure
unread,
Dec 26, 2010, 4:52:36 PM12/26/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Comunidad de Visual Foxpro en Español
crea una base de datos y agrega una tabla con autoincremet
luego ejecuta \tools\gendbc\gendbc.prg para ver cuales son las
instrucciones correctas
Saludos
Norberto
Luis Maria Guayan
unread,
Dec 26, 2010, 5:05:09 PM12/26/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to publice...@googlegroups.com
CREATE TABLE Accounts (IdAccount I
AUTOINC)
Te falta el tipo de datos I = Integer
Luis María Guayán
Tucumán, Argentina
_________________________ http://www.PortalFox.com
Nada corre como un zorro
_________________________