Android Question Connect to remote DB, ElevateDB.

vecino

Well-Known Member
Licensed User
Longtime User
Hi, the manufacturer does not have JDBC driver.
Does anyone know how to connect?
Thank you.
 

vecino

Well-Known Member
Licensed User
Longtime User
Hi.
Thanks for your help.
Does that mean that it is necessary to install a web server to access the database?
Thank you.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
I´m not sure a webservice will help as the Manufacturer does only provide a windows DLL. No java ODBC
 
Upvote 0

karld

Active Member
Licensed User
Longtime User
I had a project that needed to pull from a database. I setup a php webpage that handles the request as a go between.

For security I just send a token to the php page that tells it to run a pre-configured SQL query. That way there is no chance
of someone doing an SQL Injection.

I return the data as JSON.
 
Upvote 0

vecino

Well-Known Member
Licensed User
Longtime User
Thank you all.
Then I understand that it is the manufacturer's fault.
Because they have no alternative method to access their databases.
That is a problem.
 
Upvote 0

vecino

Well-Known Member
Licensed User
Longtime User
I had a project that needed to pull from a database. I setup a php webpage that handles the request as a go between.
For security I just send a token to the php page that tells it to run a pre-configured SQL query. That way there is no chance
of someone doing an SQL Injection.
I return the data as JSON.
Hi.
Is this method suitable for any database?
 
Upvote 0
Top