Chapter 4 Creating J2EE Applications for Sybase EAServer


The Insert Query


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) 2006. Sybase Inc. All rights reserved.