Re: [android-developers] port forwarding

2010-02-15 Thread linux newbie
No. I am trying to connect Emulator. Sorry for not being clear. Based on recent developments, I like to re-frame the question. 1. Is there mysql-connector/jdbc for android? 2. Is running the webserver on top of mysql database and accessing it via _GET _POST the only way to get database table

Re: [android-developers] port forwarding

2010-02-15 Thread Mark Murphy
linux newbie wrote: 1. Is there mysql-connector/jdbc for android? It doesn't matter -- you shouldn't use it even if it exists. As I've now written for the third time in the past 36 hours or so (previous two on StackOverflow): Never never never use a database driver across an Internet

[android-developers] port forwarding

2010-02-14 Thread linux newbie
Hi, I am running mysql server (on remote machine) and I can able to connect to it from my host machine. I written a java code to connect and read some table values. Now I compiled the same java code in Android and on running it in emulator it is unable to connect to server. I believe I need to

Re: [android-developers] port forwarding

2010-02-14 Thread Kevin Duffey
Little confused.. are you trying to allow your mobile app connect across the network to your database? On Sun, Feb 14, 2010 at 4:12 PM, linux newbie linux.newbi...@gmail.comwrote: Hi, I am running mysql server (on remote machine) and I can able to connect to it from my host machine. I