I am looking to convert one of the tables generated by ERW
to use auto IDs rather than bother with locking ... this is
for a support script I am writing.

alter table XXX  modify column id integer auto_increment;

(Table in question is a rel table in case it matters).

Will this have an adverse affect on the ERW runtime?

Tks,
Alfred Werner


_______________________________________________
Erw-devel mailing list
Erw-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/erw-devel

Reply via email to