I answer myself

db = DAL <http://127.0.0.1:8001/examples/global/vars/DAL>(
"mssql://CAPC;UID=user;PWD=pwd")

must explain the dsn:
db = DAL <http://127.0.0.1:8001/examples/global/vars/DAL>(
"mssql://dsn=CAPC;UID=user;PWD=pwd")

Jose

-- 



Reply via email to