I have a cloud server with SQLserver database installed on it, and I want to connect to the database for adding, deleting, modifying, and querying purposes. As a beginner, I need to learn from the case study. Thank you
but I wouldn't use jdbc, I would create an api using some tool that I know like PHP, B4J or node.js to create a REST API, with that my app, both android and ios and java, could consume the data via http (GET, POST, PUT, PATCH)
but I wouldn't use jdbc, I would create an api using some tool that I know like PHP, B4J or node.js to create a REST API, with that my app, both android and ios and java, could consume the data via http (GET, POST, PUT, PATCH)
I have a cloud server with SQLserver database installed on it, and I want to connect to the database for adding, deleting, modifying, and querying purposes. As a beginner, I need to learn from the case study. Thank you
But do you mean to query the db directly from the outside (and therefore the provider should allow access on a certain address/port), or can you install something on the db server side?
And if you could do it, what programming environment are you allowed to use?
Usually there is always a php interpreter available, but it would be interesting to understand if you can install some of your own programs or not
But do you mean to query the db directly from the outside (and therefore the provider should allow access on a certain address/port), or can you install something on the db server side?
And if you could do it, what programming environment are you allowed to use?
Usually there is always a php interpreter available, but it would be interesting to understand if you can install some of your own programs or not
I installed MySQL database on Tencent Cloud server, opened port 3306, set the command to allow remote access, and created a data table in the database. This way, I can remotely access the database using an online app and perform operations such as adding and deleting data
Beware that disassembling your app, anyone will have the credentials and the ip/server to connect to your db. That means the same level of access of yours.
Hi all: I'm starting (at last) to work with B4XPages, so I've started to adapt the B4XPages + B4XDrawer example. I think I’ve seen more examples with php + mysql, but no projects with Jrdc2. Maybe the dummy data and the UI are too basic, but you can get some ideas. What do we need? - A...
Close it, it's not secure. Or at least restrict its use to a single IP address with the firewall, in order to be able to do maintenance work with HeidiSQL or similar.
Beware that disassembling your app, anyone will have the credentials and the ip/server to connect to your db. That means the same level of access of yours.
Hi all: I'm starting (at last) to work with B4XPages, so I've started to adapt the B4XPages + B4XDrawer example. I think I’ve seen more examples with php + mysql, but no projects with Jrdc2. Maybe the dummy data and the UI are too basic, but you can get some ideas. What do we need? - A...
www.b4x.com
Close it, it's not secure. Or at least restrict its use to a single IP address with the firewall, in order to be able to do maintenance work with HeidiSQL or similar.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.