E Evans Gitonga New Member Sep 14, 2017 #1 somebody guide me on how to come up with b4a + postgresql app without using php
Erel B4X founder Staff member Licensed User Longtime User Sep 14, 2017 #2 The best solution is to use jRDC2: https://www.b4x.com/search?query=jRDC2 Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Sep 14, 2017 #4 There is no batch file. You should use the latest version which is jRDC2. Upvote 0
E Evans Gitonga New Member Sep 14, 2017 #5 thanks i have already downloaded the jrdc2 and copied it to the additional libraries. How can i use it to post to postgresql hosted on pc (41.215.138.10:30990). e.g. insert user,pass into users values "y","x" where x and y are variables Upvote 0
thanks i have already downloaded the jrdc2 and copied it to the additional libraries. How can i use it to post to postgresql hosted on pc (41.215.138.10:30990). e.g. insert user,pass into users values "y","x" where x and y are variables
Erel B4X founder Staff member Licensed User Longtime User Sep 14, 2017 #6 Go over RDC tutorial: https://www.b4x.com/android/forum/t...r-rdc-connect-to-any-remote-db.31540/#content Then find the relevant jdbc driver and add it as explained here: https://www.b4x.com/android/forum/t...-rdc-remote-database-connector.61801/#content Evans Gitonga said: thanks i have already downloaded the jrdc2 and copied it to the additional libraries Click to expand... This is not a library. It is B4J project. Upvote 0
Go over RDC tutorial: https://www.b4x.com/android/forum/t...r-rdc-connect-to-any-remote-db.31540/#content Then find the relevant jdbc driver and add it as explained here: https://www.b4x.com/android/forum/t...-rdc-remote-database-connector.61801/#content Evans Gitonga said: thanks i have already downloaded the jrdc2 and copied it to the additional libraries Click to expand... This is not a library. It is B4J project.