Create new data source at Windows System DSN

Does virtuoso have a function to create new data source at Windows System DSN using Openlink Software Data Access Drivers?

It is not clear what you are asking. Are you seeking to use functions similar to those available in the ODBC API to create a Windows System DSN from Virtuoso?

Yes.

For instance:

VSP script.
Create a dynamic new data source to a remote MySQL database residing anywhere on the internet .

Connect to this database.

Run a query from this database through the connection and return a cursor/data structure.

Close the connection

Virtuoso has sql_config_data_sources , sql_data_sources and related functions for configuring and administering ODBC DSNs.