Hi, is there a way to set DSN of ObjectDB in windows for excel data analysis?
ODBC - How to create a DSN connection in Window
#1
#2
You can use the connection URL, including protocol, host, port, path, username and password (when applicable) as DSN of ObjectDB databases.
However, ObjectDB does not support ODBC or JDBC, so you will have to implement your own custom DSN driver (possibly read only, if your aim in just retrieving data).
ObjectDB Support