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 a9894d06..99a6eaf4 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,17 +17,10 @@ To compile the example:
==Running==
-Before running this sample, one must do link a specific file to data.sql as follows:
+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 move it to your execution directory before running the example.
-With Oracle:
-''ln data.sql.oracle data.sql''
-
-With ODBC:
-
-''ln data.sql.odbc data.sql''
-
-{{caution|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). }}
+{{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). }}
This sample lets you interact with your database through a console.