S Stephenz43 Member Licensed User Longtime User Sep 3, 2012 #1 Hello I have a app that calls a database ( sqlServer ) and when I run it with the emulator, it retrieves the data I request. However, when I install it on the Android, it will not retrieve the data it did when using the emulator.... Any Ideas?
Hello I have a app that calls a database ( sqlServer ) and when I run it with the emulator, it retrieves the data I request. However, when I install it on the Android, it will not retrieve the data it did when using the emulator.... Any Ideas?
margret Well-Known Member Licensed User Longtime User Sep 3, 2012 #2 What error does it give? What file are you accessing? Upvote 0
S Stephenz43 Member Licensed User Longtime User Sep 3, 2012 #3 the library are core 2.01 Http 1.2 Json 1.0 Network 1.21 sql 1.02 StringUtils 1.02 Again. I can connect remotely and pull data with the emulator but not with the Android phone. The app fires but no error message Upvote 0
the library are core 2.01 Http 1.2 Json 1.0 Network 1.21 sql 1.02 StringUtils 1.02 Again. I can connect remotely and pull data with the emulator but not with the Android phone. The app fires but no error message
Ricky D Well-Known Member Licensed User Longtime User Sep 4, 2012 #4 We'll need to see all of your code to be able to help. regards, Ricky Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Sep 4, 2012 #5 Did you check the logs? Upvote 0