09-03-2012 11:19 AM
Hi,
I trying to dev a blackberry app, but I need connect my app with an mysql database.
I have looked on all sides and I could not find how to develop an application for BlackBerry connected to a mysql database.
Can anyone help?
Thanks
09-03-2012 02:57 PM
09-03-2012 10:59 PM
Ok, I understand that sqlite is a solution but only local. I need connect a remote database. I read I need develop a web service.
I'll try with it.
Thanks
09-04-2012 12:01 AM
09-04-2012 02:44 PM
Hi there,
Welcome to the forums! Have you taken a look at the Quotes samples on the samples page?
It shows the use of a SQLDataAccess.
https://developer.blackberry.com/cascades/sampleap
Cheers,
Martin
01-24-2013 01:58 AM
Where can be found libmysqlclient for BlackBerry 10 ?
Any precompiled library available ?
Did u succeed with your connection to a distant mySql server?
03-23-2013 10:00 AM
This sample is for a local Db access not remote or i'm wrong?
Is it possible to use bb/data/SqlConnection for remote connections ?
doesn't seems to unfortunately. :-/
03-23-2013 09:52 PM
You are correct, SqlDataAccess is for sqlite.
libmysqlclient doesn't have any precompiled version for BB10, you'd have to compile yourself a version and link it.