Android Question Problems with MSSQL library

mrumball

Member
Licensed User
Longtime User
I have two different android devices one running 2.3.7 the other running 4.0.3, my software which uses the MSSQL library runs and connects to the database fine on the 2.3.7 device but will not connect on the 4.0.3 device. I get no errors - just no data - has anyone got any ideas?

Martin
 

mrumball

Member
Licensed User
Longtime User
I recommend you to use RDC or the MS SQL ASP.Net script.
Thanks for your feedback Erel, I have found out that Android 4 and above requires network comms to be on a separate thread from the main thread. This has fixed the problem.
 
Upvote 0
Top