I want to use B4A to connect directly to a remote MS SQL DB hosted on Amazon AWS.
1). I do not want to use a web service or other third app to pass requests.
2). I do not care about security consequences for now.
3). I do not want some long convoluted SQL tutorial on how to use the connection after it's connected.
I want the instructions that tell me what to do to include the jdbc driver in my B4A project, and how to manage the #includes and initializations so that I can get a connection by passing my DBs url, my login credentials, and the password.
When I search for this, I find all kinds of info for MySql, SQLite, Oracle, and libraries and methods for using a webservice or mini-webserver.
NONE OF THAT HELPS ME!!!
Sorry for shouting. My frustration level with what should be a very straightforward thing being a hopeless maze of complexity aggravated by unnecessary steps and complication has almost pushed me over the edge. I came to B4A for the simplicity. If I wanted to bang my head against a wall til bloody, I'd have stuck with IntelliJ
Going on 2 years now. DOES ANYBODY HAVE AN ANSWER???????
1). I do not want to use a web service or other third app to pass requests.
2). I do not care about security consequences for now.
3). I do not want some long convoluted SQL tutorial on how to use the connection after it's connected.
I want the instructions that tell me what to do to include the jdbc driver in my B4A project, and how to manage the #includes and initializations so that I can get a connection by passing my DBs url, my login credentials, and the password.
When I search for this, I find all kinds of info for MySql, SQLite, Oracle, and libraries and methods for using a webservice or mini-webserver.
NONE OF THAT HELPS ME!!!
Sorry for shouting. My frustration level with what should be a very straightforward thing being a hopeless maze of complexity aggravated by unnecessary steps and complication has almost pushed me over the edge. I came to B4A for the simplicity. If I wanted to bang my head against a wall til bloody, I'd have stuck with IntelliJ
Going on 2 years now. DOES ANYBODY HAVE AN ANSWER???????