I am trying to connect to a Grupta SQLBase Database via my Java application.
I searched through the web but all I could find is that there is a need of an SQlBaseJDBC jar that works as a bridge but I am unable to download it.
Can you provide any alternatives or a place where I can download this driver? Has someone worked with this driver in the past and can comment on it?
Also, can I use the JdbcToODBC driver provided by sun to connect to this database? Grupta provides a guide where there is the option to connect to their database through an ODBC driver.
Thanks.