Hi Chris,
I using PowerServer2021 beta 2.
Use below setting to connect database :-
SQLCA.dbms = 'ODBC'
SQLCA.dbparm = "ConnectString='DSN=xxx;UID=xxx;PWD=xxx'", driver='ase'
Below is my Connection-Cache.json :-
"Connections": [
{
"CacheName": "DEVK_KL_DEFDB",
"ConnectionType": "Odbc",
"Server": "",
"Host": "",
"Port": 0,
"Database": "",
"UserID": "",
"Password": "",
"MinPoolSize": 0,
"MaxPoolSize": 100,
"ConnectionTimeout": 15,
"CommandTimeout": 30,
"IsDynamicDbConnect": true,
"OtherOptions": "",
"EnablePooling": false,
"ConnectionLifetime": 0,
"OdbcName": "DEVK_KL_DEFDB",
"DataSource": "",
"OdbcDriver": "ASE"
},