On Nov 19, 2004, at 4:59 PM, Tito Ciuro wrote:

When I create an 'address' table, I pass this string to SQLite:

1) CREATE TABLE address(ROWID INTEGER PRIMARY KEY,First QLString,Last QLString,ZIP QLString,Country QLString);
2) CREATE TABLE address_mem_2(ROWID INTEGER PRIMARY KEY,First QLString,Last QLString,ZIP QLString,Country QLString);



I thought rowid was a kind of reserved symbol. I see from the docs that it isn't really considered reserved, but it is still special.




Reply via email to