IMPORTANT ASAP NEW SQL Server Confirmation Question

CharlesIPTI

Active Member
Licensed User
Longtime User
I looked at the SQL Tutorial "Connect Android to MS SQL Server Tutorial" I looked at the SQLUtil and the tutorial, but I JUST HAVE TO Ask

is there some way to get data from our SQL Server 2008 from Android other than
using an ASP Server page ??
 
Last edited:

imbault

Well-Known Member
Licensed User
Longtime User
You just want to 1: get data from sql server or 2: to make sql server "communicate" with sqlite inside android.

If 1: easy export a csv then import in sqlite

if 2: set up Web services with views to read, and SP to write.

The Tutorial is good.

Watch your language, don't be rude here!!!

Thx
 
Upvote 0
Top