Hi,
I am working on a database with backend data, and the form list all case in the back-end.
When user open a case, it will download the data from back-end and store in local table. Reason for so is to avoid disconnection issue because the LAN is quite slow and bug a lot.
Is there a way to transfer the data from table A to table B without enumerating all the field?
Thanks
I am working on a database with backend data, and the form list all case in the back-end.
When user open a case, it will download the data from back-end and store in local table. Reason for so is to avoid disconnection issue because the LAN is quite slow and bug a lot.
Is there a way to transfer the data from table A to table B without enumerating all the field?
Thanks