Android app connect to Ms Sql Server 2008 through WI-FI

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
pati tamas
Posts: 7
Joined: Sun Feb 08, 2015 8:42 pm

Android app connect to Ms Sql Server 2008 through WI-FI

Post by pati tamas » Wed Dec 30, 2015 1:31 pm

Hello to everyone!
I'm looking for your advice here...
i1m developing an app for android, it should connect to ms sql server 2008 express on my own network through my wi-fi router as well...
My question is:
-without ODBC beeing set up, can i just connect simply to the server using the way like
"put revOpenDatabase("ODBC","DRIVER=SQL Server;SERVER=server_name;DATABASE=database_name;UID=username; PWD=password;Trusted_Connection=No",,,) into connID"
or
- should i set ODBC for this
My windows apps run on my network can use revOpenDatabase for this. Can it be the same for my android app as well?

Thanks for your help in advance...

Post Reply

Return to “Android Deployment”