I have a question about a recordset.
I have a database records.
Each record contain also a a field 'Slot'.
If I want to show it, I want to show it from slot 1 until slot 10
If a slot does not exist, I want to show a emty row , with only the slot
Until now, I did it in DBF, and created a temporary DBF file and added a empty record with that slot.
I was wondering that I can do it in one recordset, without creating a tempory database-file
So if I have a database like
SLOT NAME
1 TEST1
2 TEST9
6 TEST60
10 TEST66I want to show
SLOT NAME
1 TEST1
2 TEST9
3
4
5
6 TEST60
7
8
9
10 TEST66Marc
FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite