| West Wind Web Store |
Webstore Stored Procedures
|
| Procedure | Description |
|---|---|
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) |