On 05/07/13 13:03, Saeed wrote:


Hello,

I'm utilizing Jena Framework to deploy an application in SAP HANA
Platform. HANA contains a database which support JDBC driver.

I'm wondering if I can use Jena sdb to connect to HANA database.

Currently I customized sdb.ttl file for connecting to MySQL database
using JDBC driver. But project recommendation is to use HANA
Database.

Would you please help me about this??

Is there any possibility to connect to any database rather than what
are listed in this page:  http://jena.apache.org/documentation/sdb/

Thanks a lot,

Saeed


Saeed,

Every SQL database is "different" in syntax detail. Creating tables is particularly variable.

SDB parametrizes everything but it does need code changes to integrate a new database type. If one of the existing ones is close (Derby is quite strict about SQL - maybe a good start), then adding a new one shouldn't be too hard.

https://issues.apache.org/jira/browse/JENA-241
did not receive a patch to integrate.

        Andy

Reply via email to