Webstore Stored Procedures

This topic tree shows all the stored procedures for Webstore.

ProcedureDescription
sp_ww_newid This is the NewId generation routine. This routine is fired by the business object and not by the database to allow for the business object to retrieve an id before the Database performs an insert.
sp_ww_newid(@cname as char(30),@nretval as int)



Last Updated: 6/13/2003