Hi there...
I just wanna answer if i want to open 2 tables of a database the same time i must use this:
and must open the db two times / initialize it... and use different subs/events for every table ?
Or there is a better way ?
I just wanna answer if i want to open 2 tables of a database the same time i must use this:
B4X:
Dim db As MSMaria
Dim db2 As MSMaria
Or there is a better way ?