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:
manus
2011-05-06 23:28:40 +00:00
parent f8035c5507
commit f5fedd1ddd
2 changed files with 7 additions and 2 deletions

View File

@@ -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