There is no execute in DB_SELECTION

Author:manus
Date:2010-10-28T21:31:52.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@690 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
manus
2010-10-28 21:31:52 +00:00
parent d656f51598
commit 6b88dd2968

View File

@@ -15,7 +15,7 @@ Use the [[ref:/libraries/store/reference/db_selection_flatshort|DB_SELECTION]]
create selection.make
selection.set_query ("select * from CONTACTS where firstname = 'John'")
selection.execute
selection.execute_query
</code>
{{tip|Always check the database status for errors after your 'select' query. }}