W
wood
Guest
Ah. I see what you are asking. (as a side note, the DataDirect Connect JDBC driver for Rollbase is an item on the DataDirect roadmap. If you have feelings about the priority, you should add this in the Idea forum and vote for it.) Wrt the JDBC driver that Nick mentions above. This is an experimental prototype that is described more fully in Rollbase in Action - Chapter 15 ( www.rollbase.com/.../chapter15.pdf ). To quote that chapter: The Rollbase JDBC driver is currently an experimental project, with the intent to allow external programmatic access to a customer’s Rollbase database through REST HTTP calls wrapped in the convenient and familiar JDBC mechanism. You can download the Rollbase JDBC Driver from the Application Setup JDBC Driver page. Note: The current implementation is limited to SELECT queries only. You may be interested in the sample Java program included in the distribution ZIP file for an example of how to use the Rollbase JDBC driver. In SQL queries run through Rollbase JDBC Driver you can use objects’ integration names as table names and fields’ integration names as columns. Examples of valid queries: SELECT COUNT(1) FROM invoice SELECT id, name, amount FROM invoice WHERE amount 0
Continue reading...
Continue reading...