The Northwind sample database from Microsoft has become an industry-recognized use case, and there are hundreds of sample apps that have been designed against this particular model.
I've migrated that sample schema to SQL Anywhere 16, complete with sample data. https://cw.sdn.sap.com/cw/docs/DOC-153187
The linked .ZIP file contains the following:
- The Northwind.DB and .LOG file. These are the SA16 versions of the Northwind database.
- start_server.bat and sqlanyenv.bat. These .bat files launch the SA16 database server with the Northwind database, and also launch the new SA16 OData server. Once started, the Northwind tables can be access via HTTP port 8090 with the service URL: http://localhost:8090/odata
- Northwind.properties and Northwind.osdl. These files are used by the SA16 OData Producer to start the OData server and validate the model.
To read more about the OData Producer that's been added to SA16, you can find out more here.
-Paul Horan-
SAP Global Mobility SWAT