Hi,

I'm now connect my wo app to 3rd party banking service. According to
their API, I need to provide a "transaction id" that is unique for
each transaction or I'll get error.

Sure, it can be done by creating an entity class and use PK as a
unique id. But I don't want to create the entity class since I don't
need that.

What I want is just like this:

SELECT nextval('serial');

Can I do this in webobjects?

Regards,
yllan
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to