Eric wrote: > What about in the case of a big query result? That is where it seems > like you can get killed.
Riding a bike without a helmet will get you killed; big query results are no problem. All you have to do is write your program so that it pages through results rather than loading them all into memory at once. The only time this becomes difficult is when you need to load a large BLOB fram the database. - Perrin