Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

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.

The attached linked .ZIP file download 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.

SA16 Northwind OData sample DB

To read more about the OData Producer that's been added to SA16, you can find out more here.

-Paul Horan-

SAP Global Presales Enablement Lead for Mobility

5 Comments