PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → MySql using on new project in windev mobile
MySql using on new project in windev mobile
Débuté par Juan, 31 mai 2018 02:37 - 4 réponses
Posté le 31 mai 2018 - 02:37
hi there,

I am really frustrated, since I can not find much information or a tutorial or example in english or spanish of how to start a new project using databases with mysql, I have installed wamp server 3 and mysql, phpadmin and workbench, I have created the tables of the databases using phpadmin and now I want to use them in windev mobile to develop an application in IOS, but I have no idea how to start a new project.

I have developed several applications with local bases and without problem but since everyone must know how to make one for IOS with local bases it is not a good idea, so now I want to create an application with sql databases and access them through the internet to a windows server server 2012.

Can someone help me find how to start an IOS application with windev mobile to help me understand how remote access to mysql databases works natively.

thanks to everyone for helping me.
Posté le 31 mai 2018 - 09:27
Juan vient de nous annoncer :
hi there,

I am really frustrated, since I can not find much information or a tutorial
or example in english or spanish of how to start a new project using
databases with mysql, I have installed wamp server 3 and mysql, phpadmin and
workbench, I have created the tables of the databases using phpadmin and now
I want to use them in windev mobile to develop an application in IOS, but I
have no idea how to start a new project.

I have developed several applications with local bases and without problem
but since everyone must know how to make one for IOS with local bases it is
not a good idea, so now I want to create an application with sql databases
and access them through the internet to a windows server server 2012.

Can someone help me find how to start an IOS application with windev mobile
to help me understand how remote access to mysql databases works natively.

thanks to everyone for helping me.


hello

start with :

http://doc.windev.com/en-US/…

--
Cordialement JeAn-PhI
Posté le 31 mai 2018 - 13:21
Hi Juan,

Can someone help me find how to start an IOS application with windev
mobile to help me understand how remote access to mysql databases works
natively.


NATIVELY, You can't as there is no mysql client for android or ios...
You can (but it's a bad idea) with HFSQL Server.

Of you can use a webservice (pcsoft is providing one for that).

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Free Video Courses, free WXShowroom.com, open source WXReplication, open
source WXEDM.

More information on http://www.fabriceharari.com
Posté le 31 mai 2018 - 20:21
JeAn-PhI wrote:

hello

start with :

http://doc.windev.com/en-US/…

--
Cordialement JeAn-PhI


Hi JeAn and thanks for your reply,

I already did that, I installed the webservice and I can open the localhost, but when I start a new project in windev mobile and select mysql databases I get an error that says I do not have the native access for mysql installed, so I do not know if I should Start a new project with databases of classic data or non-databases and then using code to try to connect to the databases already created or how to create new databases for mysql.

Additionally I have another problem that I published in a different post and I have not received any replies, when in WinDev in the analysis of connection in client / server I use an external IP or public IP I have connection error but when I use an IP LAN or in VPN I have no problem, sorry for the mix..

Thanks again
Posté le 01 juin 2018 - 00:32
Fabrice Harari wrote:
Hi Juan,

Can someone help me find how to start an IOS application with windev
mobile to help me understand how remote access to mysql databases works
natively.

NATIVELY, You can't as there is no mysql client for android or ios...
You can (but it's a bad idea) with HFSQL Server.

Of you can use a webservice (pcsoft is providing one for that).

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Free Video Courses, free WXShowroom.com, open source WXReplication, open
source WXEDM.

More information on http://www.fabriceharari.com


Hi Fabrice,

As I said to Jean I did it, and have installed web services but I am really lost, but the question now it is really a good idea try to develop an iOS app with windev mobile as u know it’s necesary a Mac and xcode and I don’t know all limitations using windev mobile, do you know them?

Thanks