J Juergen Matern New Member Licensed User Jun 30, 2017 #1 How can I use a Sybase 15.7 SQL-Database with B4A Best Regards Jürgen
DonManfred Expert Licensed User Longtime User Jun 30, 2017 #2 It is not possible directly from B4A. Setup a JRDC2 (and run it on your server) which connects to the DB using their ODBC driver. Use a RDC Client in android to connect to your jRDC2. jRDC2 connects to the db, get the data and return it to b4a. Upvote 0
It is not possible directly from B4A. Setup a JRDC2 (and run it on your server) which connects to the DB using their ODBC driver. Use a RDC Client in android to connect to your jRDC2. jRDC2 connects to the db, get the data and return it to b4a.
Erel B4X founder Staff member Licensed User Longtime User Jun 30, 2017 #3 Correct link: http://jtds.sourceforge.net/ Upvote 0
J Juergen Matern New Member Licensed User Jun 30, 2017 #4 Thanks DonManfred, is there an example of using the JDBC and Sybase SQL Database? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jul 2, 2017 #5 There are many examples based on jtds. You just need to replace sqlserver with sybase in the JdbcUrl string. Upvote 0
There are many examples based on jtds. You just need to replace sqlserver with sybase in the JdbcUrl string.