In a TABLE, I have (and will never have more than) one Record.
How do I access to it ?
MyRowSet = db.SelectSQL("SELECT * FROM Header")
seems to be the actual way to get a RowSet
, but MyRowSet
holds… a set of Rows
, even if I have only one Row
(Record
).
There is no RowSetAt
… AFAIK.
7 posts - 5 participants