Hello,
I want to create a android app (using B4A) that communicates with my (public) sql-Server.
What I have already achieved:
- I set up a virtual machine with Windows 10 x64.
- I installed jdk and jre.
- I ran rdc using the RunRLC.bat
- I got a positives browser test (
http://10.0.0.13:17178/test) from a other computer in the same network.
- Unfortunately I always got a "Job.Success = False" in my B4A-app.
- So I installed also B4J at the VM and ran the jRDC.b4j.
- I did same firewall and router settings ...
- and my B4A-app ist now working, also with public access:
req.Initialize(Me, "http://80.121.142.217:17178/rdc")
- That's fine !!
Now my questions:
- What is the minimal need at a VM to let jRDC run?
- within the B4J-IDE I tried 'Project' --> 'Compile To Libary', but always got the error: 'Cannot access excluded module: main'. Is there no need to compile it and use it as a jar-file?
- Is there any way to make the querys more "open"? Or do I really have to predefine each query in the config.properties first?
Thanks for having created such a great thing. It seems B4A is what I have been looking for a long time.
Samuel