Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Database Connection DB Type GUPTA SQLBase

Any idea to define a JDBC connection to a GUPTA SQLBase (not in the list of generic databases)?
What shoud be the "String of Connection"?
That works from a java application.
jdbc.gupta.sqlbase.SqlbaseDriver / jdbc:sqlbase://localhost:2155/dbname
Is there any one that has already done such kind of connection within TOS?
GUPTA belongs to UNIFY and was also named CENTURA.
Labels (4)
3 Replies
Anonymous
Not applicable
Author

Hello
Using the tJDBCxxx component to connect to database, you need to type in the JDBC url, class name manually and load the driver jar. Here the JDBC url is the 'String of Connection'
See 2071.
Best regards

shong
Anonymous
Not applicable
Author

Hi,
thank you for your help.
I managed to do a job with a tJDBCConnection. OnSubJobOk, I set a tJDBCInput with a tLogRow to check my data querry. It works!
I wander how I could retreive schema as I do with a db connection in Metadata? How can I define metadata that use this kind of JDBC connection?
kind regards.
Anonymous
Not applicable
Author

Hello
I wander how I could retreive schema as I do with a db connection in Metadata? How can I define metadata that use this kind of JDBC connection?

Unfortunately, you can't retreive the schema on tJDBCConnection as doing it in Metadata. You need to define the schema manually.
Best regards
shong