Sybase as additional datastore

Hi,

I am trying to create a new additional datastore for Sybase.

My requirement is just read some data from the Sybase database, no create/update DDL requiremed, no generate model required.

I have read the document Data Stores - CUBA Platform. Developer’s Manual

I added a mssql additional datastore from Studio, and changed the type to Sybase. It is not working, I am not sure what is missing. Can you help me to check the attached test project please.

modules.zip (307.5K)

Hi Gabriel,

If you need just read some data, there is much simpler solution. See this example: Using an external database through JDBC data source and QueryRunner

Instead of returning rows as lists of maps, you could also map the data to non-persistent entities to be able to show them in standard visual components.