I want to connect to a MySQL server database from an android client. I read that using a Web Service between them is one of the best approach.
I also read that it is not possible(or it should be really hard) to connect directly to a database(MySql server, MS SQL server and Oracle) from Android because the database drivers are not supported by android. Is it right?
I appreciate for any suggestion.