PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Problem running Andriod application with SQL server data
Problem running Andriod application with SQL server data
Débuté par Alfredo Santibáñez, 25 juin 2015 17:31 - 2 réponses
Posté le 25 juin 2015 - 17:31
Hi, I am new to WD Mobile and after creating from tutorials I was able to connect to an SQL Server database, to view and update data from the development environment. After generating and installing the application on a Device (Sony Experia Z1) this connection does not work. Please see attached error message.

Any help on what should be missing fro the generated aplication or pone configuration?

"The type of Database for <MyConnection1> connection is not supported by the current versión of WDJava framework..."




Best Regards
Alfredo
Posté le 22 novembre 2016 - 20:27
Hi, I hope you are well, did you solve the problem? I have the same error in the connection, could you help me?
Posté le 22 novembre 2016 - 21:32
Hi

the error message says it all...

MSSQL is NOT supported for direct access from android. Only SQLLite
(local) and HF (local and HFCS) are supported.

You'll need to use a webservice to be able to access data in a MSSQL (or
any other) DB.

Best regards

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

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

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

Le 11/22/2016 à 2:27 PM, "ÿÿÿÿÿÿÿÿÿÿÿÿ" a écrit :
Hi, I hope you are well, did you solve the problem? I have the same
error in the connection, could you help me?