mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-08 15:52:26 +01:00
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:
@@ -15,7 +15,7 @@ Use the [[ref:/libraries/store/reference/db_selection_flatshort|DB_SELECTION]]
|
|||||||
|
|
||||||
create selection.make
|
create selection.make
|
||||||
selection.set_query ("select * from CONTACTS where firstname = 'John'")
|
selection.set_query ("select * from CONTACTS where firstname = 'John'")
|
||||||
selection.execute
|
selection.execute_query
|
||||||
</code>
|
</code>
|
||||||
|
|
||||||
{{tip|Always check the database status for errors after your 'select' query. }}
|
{{tip|Always check the database status for errors after your 'select' query. }}
|
||||||
|
|||||||
Reference in New Issue
Block a user