I've been evaluating RDO in Visual Basic accessing a SQLAnywhere v5.0
database. I'm getting very odd performance metrics:
select note_id, note_type, note_text from mynotes 12 seconds
select * from mynotes 70 seconds.
There are a total of twelve columns in mynotes and none of them are
"large" except note_text. Any idea what's going on?
-Russ