From 98fd1668a81025c9a2c6ee7dcf1947d515ab7c47 Mon Sep 17 00:00:00 2001 From: halw Date: Mon, 3 Jan 2011 23:00:19 +0000 Subject: [PATCH] m Author:halw Date:2011-01-03T23:00:19.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@725 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../eiffelstore/eiffelstore-samples/selector-sample.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/current/solutions/database-access/eiffelstore/eiffelstore-samples/selector-sample.wiki b/documentation/current/solutions/database-access/eiffelstore/eiffelstore-samples/selector-sample.wiki index 6f4f4839..98127599 100644 --- a/documentation/current/solutions/database-access/eiffelstore/eiffelstore-samples/selector-sample.wiki +++ b/documentation/current/solutions/database-access/eiffelstore/eiffelstore-samples/selector-sample.wiki @@ -17,7 +17,7 @@ To compile the example: ==Running== -In order to run this example, you must first create a file named data.sql from one of the files in the select example directory. You will see that the data.sql files in the example directory include the names of the available DBMS handles. This is because the SQL can differ from one DBMS to another. For example, you'll see data.sql.oracle and data.sql.odbc. If you are using the Oracle DBMS, you should rename or make a copy of data.sql.oracle as data.sql and make sure it's in your execution directory before running the example. +In order to run this example, you must first create a file named data.sql from one of the files in the select example directory. You will see that the data.sql files in the example directory have names which include the names of the available DBMS handles. This is because the SQL can differ from one DBMS to another. For example, you'll see data.sql.oracle and data.sql.odbc. If you are using the Oracle DBMS, you should rename or make a copy of data.sql.oracle as data.sql and make sure it's in your execution directory before running the example. {{note|The data.sql file must be available in the sample application current directory. If you run the sample from EiffelStudio, this directory should be the ''EIFGENs/target/W_CODE/'' directory of your project (where target is one of the installed DBMS). }}