Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3804

How do I get the Record from a TABLE

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 3804

Trending Articles