windows Yes/ Android no - with mysql Remote

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
sparada
Posts: 2
Joined: Tue 04 Oct 2016 13:27

windows Yes/ Android no - with mysql Remote

Post by sparada » Tue 04 Oct 2016 13:39

Hi.
I'm trying MyDAC. from android to connect to a remote mysql DB.
In windows it works fine. But in android application is closed to connect without giving messages. Remove all compoentes and only left a connect button. Pressing the button closes the application. Windows PC and smartphone (Moto G3 android 6) are connected to the Internet through the same router. That is they have the same IP that is allowed on the server.
Delphi X6
Direct = true
MyDAC gtry version

thank in advance.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: windows Yes/ Android no - with mysql Remote

Post by ViktorV » Tue 04 Oct 2016 14:58

Please check whether the issue is reproduced on our Mobile demo project. The project is located in the 'Demos\Mobile' folder relatively to the MyDAC demos installation path. In the TMyConnection.Server property specify the IP address of MySQL server instead of its name.
Note, Mobile Development is available only in Professional and Trial Editions, you can find information about this here: http://www.devart.com/mydac/editions.html

sparada
Posts: 2
Joined: Tue 04 Oct 2016 13:27

Re: windows Yes/ Android no - with mysql Remote

Post by sparada » Tue 04 Oct 2016 15:33

Place the IP on the server and does not work on Android.
The demo project does not work. Don't run. :( .
I have the Trial Edition.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: windows Yes/ Android no - with mysql Remote

Post by ViktorV » Wed 05 Oct 2016 14:22

The issue may be due to that RAD Studio XE6 has no support for Android 6: http://docwiki.embarcadero.com/Platform ... /Main_Page
Please try to compile and run our Demo project for Android version supported in RAD Studio XE6.

Post Reply