Dheepha
12 years agoContributor
mumps database connection string
Hi,
Im using groovy script to connect to a customised mumps db. I'm using properties file to read the db url(connection string) and the driver name.
I have given the driver name but im not very sure about the DB URL format.
Also, i have loaded the driver in the groovy using the following way
"GroovyUtils.registerJdbcDriver("xxx.jdbc.driver.ScDriver")
Upon running the script to connect to db, im getting suitable driver not found for DB URL(jdbc:Cache://<server>:<port>/<namespace>
Could anyone please let me know on how to connect to the mumps db which comes under cache datasource.
Regards,
Dheepha
Im using groovy script to connect to a customised mumps db. I'm using properties file to read the db url(connection string) and the driver name.
I have given the driver name but im not very sure about the DB URL format.
Also, i have loaded the driver in the groovy using the following way
"GroovyUtils.registerJdbcDriver("xxx.jdbc.driver.ScDriver")
Upon running the script to connect to db, im getting suitable driver not found for DB URL(jdbc:Cache://<server>:<port>/<namespace>
Could anyone please let me know on how to connect to the mumps db which comes under cache datasource.
Regards,
Dheepha