33f6649e0db82fdec6f117bad550350e0d3e609d
[infodrom/rico3] / examples / data / Readme.txt
1 This directory contains data needed to run the Rico LiveGrid ASP, .net, and PHP examples.\r
2 \r
3 Data is available in 4 formats:\r
4 \r
5 1) northwind.mdb - this is the standard Northwind database provided by Microsoft, with the exception that the [Order Details] table has been renamed to Order_Details\r
6 \r
7 2) mysql-northwind.sql - a backup file for MySQL (created using MySQL version 4.1)\r
8 \r
9 3) mysql-northwind-dblquote.sql - same as above, except all instances of \' have been changed to '' (recommended for MySQL version 5+)\r
10 \r
11 4) ORA-EXPDAT.DMP - an Oracle export file for the Northwind schema -- generated using the "exp" utility in Oracle XE. The password for this schema is "password".\r
12 \r
13 A version for MS SQL Server 2005 is available as a free download from msdn.microsoft.com. After installing it, you will need to either rename the [Order Details] table  to Order_Details, or create a view named Order_Details that contains "select * from [Order Details]".\r