What is the meaning of each of the name columns?
I named them (as per my posts) as example names. Of cause I have named them more mean full names in my B4J app.
A device in the field needs to send data back to my B4J app and needs to store it. These are names of items connected to this accountID.
As an example to help understand on what I am storing and do..
A device out in the field might have 1200 items connected to it. Lets lower the number to say 200 items to help explain what I a doing.
Imagine a WiFi network with 200 devices connected to it.
This Access Point will send it's Account ID (MAC addeess) and the names of devices connected to it, to my B4J app. The AccountID will help know which device in the field it is. The names are names of those devices connected to it.
In my B4J app I need to store this in a database.
Now when the B4A/B4i app connects to my B4J app I need to send the names to it. I am sending a message to my B4J app which says 'send
AccountID names to me'
So, since the names are stored in the B4J database I need to send these names to the B4i/B4A apps when the user requests it.
However, there isn't 200 names I need to send/store there is approx. 1200 names.
The above is an example of what I am trying to do, as an example only, to help understand on what I am trying to do. (hope I make sense)