mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-08 15:52:26 +01:00
Author:manus
Date:2011-05-06T23:28:40.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@888 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -100,8 +100,7 @@ A DB_RESULT object merely carries data retrieved from the database. You have to
|
||||
|
||||
...
|
||||
|
||||
create tuple
|
||||
tuple.copy (selection.cursor)
|
||||
create tuple.make_from_cursor (selection.cursor)
|
||||
if tuple.count >= 2 and then tuple.column_name (2).is_equal ("Firstname") then
|
||||
io.putstring (tuple.item (2).out)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user