Hi All,
After a few weeks working with B4A I have developed a multi table database application which uses SQLite. The idea was to have the database filled automatically using records downloaded from a MySQL database on my website. Records would be modified by the user and then returned back to the website.
To download files I looked at the online example:
'Connect Android to MySQL Database Tutorial'
The tutorial was very helpful and helped me learn something about the httputils library. This works great and now I can download and modify data quickly and easily.
However I now need to send my modified data back to the online database but am unsure where to start. Does anyone have an example of the code needed to achieve this? Can I use the httputils functions to do this and do I need a different php script?
Thanks
Tom
After a few weeks working with B4A I have developed a multi table database application which uses SQLite. The idea was to have the database filled automatically using records downloaded from a MySQL database on my website. Records would be modified by the user and then returned back to the website.
To download files I looked at the online example:
'Connect Android to MySQL Database Tutorial'
The tutorial was very helpful and helped me learn something about the httputils library. This works great and now I can download and modify data quickly and easily.
However I now need to send my modified data back to the online database but am unsure where to start. Does anyone have an example of the code needed to achieve this? Can I use the httputils functions to do this and do I need a different php script?
Thanks
Tom