First, want to say the support in this forum is awesome and the software Anywhere is putting out is really good and Erel seems to be the rockstar, and one willing to help also!
Ok, here goes the background: I am developing an application to be used in the health care field. Each tablet user will need to receive daily updates of data that is currently in MS SQL server. Each user will only receive and update of "their" information. That data will be stored and referenced on the tablet. The users will add data in the form of transactions complete with signatures and potentially lengthy text data. This data they enter needs to be sent back to the ms sql server daily.
Now the questions:
1) What would be the best way to gather the MS Sql data? I have complete control over the server so can pre-filter the data or can do it while connected.
2) What is the best storage method on the tablet? SQLITE?
3) How would I best return the data to the server? I will want to flag transactions as sent so they remain on the tablet but are not sent each time. (That should be easy).
4) Should the data transfer functions be in their own app separate from the data entry app?
Thanks for any suggestions!
Tim
Ok, here goes the background: I am developing an application to be used in the health care field. Each tablet user will need to receive daily updates of data that is currently in MS SQL server. Each user will only receive and update of "their" information. That data will be stored and referenced on the tablet. The users will add data in the form of transactions complete with signatures and potentially lengthy text data. This data they enter needs to be sent back to the ms sql server daily.
Now the questions:
1) What would be the best way to gather the MS Sql data? I have complete control over the server so can pre-filter the data or can do it while connected.
2) What is the best storage method on the tablet? SQLITE?
3) How would I best return the data to the server? I will want to flag transactions as sent so they remain on the tablet but are not sent each time. (That should be easy).
4) Should the data transfer functions be in their own app separate from the data entry app?
Thanks for any suggestions!
Tim