M Murat Kazma Member Licensed User Longtime User Jun 6, 2014 #1 Hi, When the program runs "networkonmainthread" is giving error. program code is attached pictures. Error in command gives db.query. Regards Attachments err.png 39.1 KB · Views: 135
Hi, When the program runs "networkonmainthread" is giving error. program code is attached pictures. Error in command gives db.query. Regards
Erel B4X founder Staff member Licensed User Longtime User Jun 6, 2014 #2 I'm not sure which library you are using to connect to the remote database however it is broken. You should use RDC or a solution that works with a web service such as the PHP / ASP .Net examples. Upvote 0
I'm not sure which library you are using to connect to the remote database however it is broken. You should use RDC or a solution that works with a web service such as the PHP / ASP .Net examples.
M Murat Kazma Member Licensed User Longtime User Jun 6, 2014 #3 I use MSSQL library from hasanaydin52 -> http://www.b4x.com/android/forum/threads/mssql-with-jdbc-library-v1-00.22244/ What is RDC? How can use it? Upvote 0
I use MSSQL library from hasanaydin52 -> http://www.b4x.com/android/forum/threads/mssql-with-jdbc-library-v1-00.22244/ What is RDC? How can use it?
Erel B4X founder Staff member Licensed User Longtime User Jun 6, 2014 #4 See this tutorial: http://www.b4x.com/android/forum/threads/remote-database-connector-connect-to-any-remote-db.31540/ Upvote 0
See this tutorial: http://www.b4x.com/android/forum/threads/remote-database-connector-connect-to-any-remote-db.31540/