hi,

let me clarify ...

with a Postgres connection using Pharo4+PostgresV2 this works:
  result := pgConnection execute: 'select * from mytable'.
  result rows -><print> gives an ordered collection of the rows

but how to get this in Sqlite (Pharo4+NBSqlite3)
  result := nbsqliteConnection execute: 'select * from mytable'.
  result rows -><print> gives a walk back

since I will be extending to other databases (definitely oracle & mysql) how
can I figure out the best way  to do Create Retrieve Update Delete
operations - each with multiple rows 

regards
Sanjay




-----
---
Regards, Sanjay
--
View this message in context: 
http://forum.world.st/Reading-rows-in-a-database-table-select-from-tp4823000p4823108.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Reply via email to