The deign goes like this..
I have a Mysql database on a linux system. It will receive a file from a remote location through GPRS and that file is to be processed and will then be loaded in the database.
So, I want to know how to achieve this?
How can we forward the file received to the database?
How can Mysql can get to process this data?
Do we have any support for doing this from Mysql?
what to read in this context?
I have a Mysql database on a linux system. It will receive a file from a remote location through GPRS and that file is to be processed and will then be loaded in the database.
So, I want to know how to achieve this?
How can we forward the file received to the database?
How can Mysql can get to process this data?
Do we have any support for doing this from Mysql?
what to read in this context?
Comment