Hi,
I have created a dummy database on some 'free MYSQL database hosting service'.
They have given me the following information:
Server: sql12.freemysqlhosting.net
Name: myName
Username: myUserName
Password: myPassword
Port number: 3306
I need to know a few things:
i) Is there anything I have to install in my Mobile Application (eg. JDBC etc.) to enable data fetching ?
ii) Can you provide me a sample link which fetches data from a 'remote MYSQL Database' and displays them in (say) a WEBVIEW control.
Query should be SQL query ..
Thanks in advance
I have created a dummy database on some 'free MYSQL database hosting service'.
They have given me the following information:
Server: sql12.freemysqlhosting.net
Name: myName
Username: myUserName
Password: myPassword
Port number: 3306
I need to know a few things:
i) Is there anything I have to install in my Mobile Application (eg. JDBC etc.) to enable data fetching ?
ii) Can you provide me a sample link which fetches data from a 'remote MYSQL Database' and displays them in (say) a WEBVIEW control.
Query should be SQL query ..
Thanks in advance
Last edited: