R ronell Well-Known Member Licensed User Longtime User Dec 5, 2016 #1 what code do i put in the button do validate the username and password in my database that will navgate to another page?
what code do i put in the button do validate the username and password in my database that will navgate to another page?
Erel B4X founder Staff member Licensed User Longtime User Dec 5, 2016 #2 There are many questions that you need to first answer before the code that goes into the button event. You should first connect to the database with jRDC2. The next step will be to design the database tables. Upvote 0
There are many questions that you need to first answer before the code that goes into the button event. You should first connect to the database with jRDC2. The next step will be to design the database tables.
R ronell Well-Known Member Licensed User Longtime User Dec 6, 2016 #3 i dnt know how to properly implement jrdc2.. is it a code or a software that i need to install in my pc? i read the tutorial about jrdc2 but can u show me how its done properly? Upvote 0
i dnt know how to properly implement jrdc2.. is it a code or a software that i need to install in my pc? i read the tutorial about jrdc2 but can u show me how its done properly?
Erel B4X founder Staff member Licensed User Longtime User Dec 6, 2016 #4 The best I can say is that you need to go over these two tutorials: https://www.b4x.com/android/forum/threads/31540/#content https://www.b4x.com/android/forum/threads/61801/#content Upvote 0
The best I can say is that you need to go over these two tutorials: https://www.b4x.com/android/forum/threads/31540/#content https://www.b4x.com/android/forum/threads/61801/#content