Sergio - which database driver are you using and what is the expression to read in multiple rows problem 1: in PostgresV2 I used res := postgresConnection execute: 'select * from df_co;'. and then res rows seems to return an array with the rows I have not tried with a large result set say 10000 rows and want to know how it is to be handled Problem 2: But in Sqlite I am unable to get the result set @Pierce(NG) the smalltalkhub page shows an example db execute: 'SELECT * FROM BLOGPOSTS;'. but how are the rows supposed to be accessed - in the tests i see they have to be walked thru one by one like a 3GL loop regards Sanjay ----- --- Regards, Sanjay -- View this message in context: http://forum.world.st/Reading-rows-in-a-database-table-select-from-tp4823000... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.