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.
SQLBaseJDBC.jar ships with SQLBase as standard ( At least for v12.1 ). You dont need to download it - it will already be in the run-time folder for SQLBase. If you are running SQLBase 9 or v10 you can download a Driver pack here: SQLbase driver Packs v9 or v10 Alternatively connect to SQLBase using ODBC no-problem. What specifically do you want to know.