sql = "SELECT UNIQUE FROM " + quoteTableName
(eoentity.primaryKeyRootName());
AFAIK: This will not return a long value, as "select unique" on
FrontBase is limited to integer.
With PostgreSQL long keys work for me. PK generation is more or less
different in nearly every setup (EO_PK_TABLE in OpenBase and MySQL,
sequences in PostgreSQL, select unique in FrontBase, you name it).
So - if you need BIG keys, use either a database where the plugin
(and the db of course) supports long keys, or use 24 byte binary keys
from EOF.
cug
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/email@hidden