You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there any other prerequisites besides the python libraries mentioned and a default VOS setup that provides the odbc on port 1111?
It might be useful to have a devcontainer running Virtuoso to run the examples, or any steps that are needed within Virtuoso to configure the user/password (although looking at the example DSN I assume the default username/password are used).
The text was updated successfully, but these errors were encountered:
In addition to the python libs you also need to have unixODBC used by pyodbc to make the ODBC connection to the Virtuoso database.
The SPASQL examples can be tested using our Live Demo Virtuoso instance where the necessary Northwind database tables and views are already in place and is accessible via SQL on Address demo.openlinksw.com:21118 , to a database name Demo , with readonly access to username/password of demo/demo. Thus an ODBC DSN of the following form is required:
Thank you very much for this valuable component.
Are there any other prerequisites besides the python libraries mentioned and a default VOS setup that provides the odbc on port 1111?
It might be useful to have a devcontainer running Virtuoso to run the examples, or any steps that are needed within Virtuoso to configure the user/password (although looking at the example DSN I assume the default username/password are used).
The text was updated successfully, but these errors were encountered: