Forum > PDAs and Smartphones

MySQL client driver

(1/2) > >>

mangakissa:
I want to connect with my Motorola MC9090 to a MySQL server. I've look all over the internet if there's a connector available who's working with SQLdb. I found this driver, but its only for IPhone.

Is there a possibility to connect MySQL with Wince?
SQLite is not an option.

taazz:
I think your best bet is to find a jdbc driver for android and use that to talk to your server. Keep in mind that all those program require a direct access to an sql server running somewhere in your lan and outside your phone-device.

Sleep moooore sleep! any way as far as I know the only way to work with mysql would be to have the libmysql.dll compiled for android and use it to connect to the server try searching the net there should be a couple of ports going on. There is a way to avoid the client library altogether and talk to the server through tcp/ip directly but that would require to rewrite the client communication your self or simple buy http://www.devart.com/mydac/ which claims that it can bypass the libmusql and talk to the server.

mangakissa:

--- Quote ---Keep in mind that all those program require a direct access to an sql server running somewhere in your lan and outside your phone-device.
--- End quote ---
It's a scanner for working on the floor in the lan.

--- Quote ---...or simple buy http://www.devart.com/mydac/ which claims that it can bypass the libmusql and talk to the server.
--- End quote ---
I'm aware of MyDAC. I have it running on Delphi with a lot of success. But I also know I should have the source code to installed it for Lazarus. That's -1 for me, because I',m only have the binaries.

So there are two options:
- Upgrade MyDAC for using in Lazarus
- Buy TWebBrowser from motorola (EURO 125,-- per license).

Back to my manager.

taazz:
Or write your own middleware that your application can talk to that in its turn talk to the server and avoid all the above. I think that brook can help you on this http://forum.lazarus.freepascal.org/index.php/topic,19225.0.html.

mangakissa:
taazz, is it working with GUI or something like PHP?

Navigation

[0] Message Index

[#] Next page

Go to full version