Advice re accessing another table

peggjones

Active Member
Licensed User
Longtime User
Hello all,

Can I ask for a bit of advice?

What would be the best/normal way to access a table to get say a name from it in basic4android? For example I have a customer number and want to get the customer name from a customer master file. I've been programming for years on mainframes in languages which would allow me to simply say in effect get record with key "123" from file "customer. What would be the normal most efficient way to this in basic4android? Should I use SQL?

Many Thanks
 
Top