Android Question Oracle Database Connection Example

Chad

Member
Licensed User
Does anyone have an example of connecting to an Oracle database with B4A?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
It doesn't matter which remote database you need to connect to. The method is the same. You should use jRDC2 as a middleware or if you are building a small in-house solution, you can use JdbcSQL (assuming that the JDBC driver is compatible with Android).

The only things that you need to find are:
- The jdbc jar.
- The class name.
- The jdbc url.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…