Hi all,
I am looking for some advise.
I have a Customer table in SQL and I want to exctract all the data into a txt file on a Android device, Normally this txt file should only hold up to 500 records.
With all of your help managed to post to SQL via a PHP file on the server.
I have writted a php file to extract the records on the screen but just do not know how to run the query from b4A to retrieve all the records.
I do not want to login to the sql database directly. I would prefer to go through some php conde on a server.
With other database programming I have done I would have interregated the database file of how many records and then sequentually requested each record and saved each one to the txt file on the phone.
If you can point me in the right direction, I would appreciate it.
Thank you
I am looking for some advise.
I have a Customer table in SQL and I want to exctract all the data into a txt file on a Android device, Normally this txt file should only hold up to 500 records.
With all of your help managed to post to SQL via a PHP file on the server.
I have writted a php file to extract the records on the screen but just do not know how to run the query from b4A to retrieve all the records.
I do not want to login to the sql database directly. I would prefer to go through some php conde on a server.
With other database programming I have done I would have interregated the database file of how many records and then sequentually requested each record and saved each one to the txt file on the phone.
If you can point me in the right direction, I would appreciate it.
Thank you