Chapter 3 Creating J2EE Applications for Sybase EAServer
For the insert query, you can use a stored-procedure. The syntax used for stored-procedures is:
{call procedureName @attributeName1, @attributeName2, ...}
Where the @attributeName represents the name of an attribute of the EJB. Attribute names are used in the procedure as parameters.
Copyright (C) 2005. Sybase Inc. All rights reserved. |
![]() |