Very much beginner, so thank you for any help...
I need to understand how to replace each field in a database with a record number that's based upon how the database is sorted. With dBase or something like that you'd just use REPLACE ALL [FIELD] with RECNO()
It appears a much more daunting task with B4J DBUtils...
Indeed, stepping through the records in a SUB and processing the fields seems difficult to me, argh! Nothing like dBase or FoxPro...
I've made some progress, but having a tough go.
I need to understand how to replace each field in a database with a record number that's based upon how the database is sorted. With dBase or something like that you'd just use REPLACE ALL [FIELD] with RECNO()
It appears a much more daunting task with B4J DBUtils...
Indeed, stepping through the records in a SUB and processing the fields seems difficult to me, argh! Nothing like dBase or FoxPro...
I've made some progress, but having a tough go.