如何设置InterSystems ODBC数据源
经过查InterSystems官网,得知数据库连接字符串格式如下
DRIVER={InterSystems ODBC};SERVER=[server_address];DATABASE=[cache_namespace];UID=$uid$;PWD=$pwd$;
参考官网文档:https://community.intersystems.com/post/iris-odbc-connection-string-format
经过查InterSystems官网,得知数据库连接字符串格式如下
DRIVER={InterSystems ODBC};SERVER=[server_address];DATABASE=[cache_namespace];UID=$uid$;PWD=$pwd$;
参考官网文档:https://community.intersystems.com/post/iris-odbc-connection-string-format