I have a procedure created with B4J that uses a classic database for data storage
I would like to create a system to transfer a db record from B4J to a B4A system and vice versa, using a mqtt broker as a communication system
After searching the forum I only find single entity transfers
I would like to understand how to transfer an entire database row, including the contents of all existing fields in the table
Do you know if it's possible?
Or is it necessary to send the contents of one field followed by the contents of the next field and so on?
I would like to create a system to transfer a db record from B4J to a B4A system and vice versa, using a mqtt broker as a communication system
After searching the forum I only find single entity transfers
I would like to understand how to transfer an entire database row, including the contents of all existing fields in the table
Do you know if it's possible?
Or is it necessary to send the contents of one field followed by the contents of the next field and so on?