Closed thanh-doan-cko closed 2 years ago
hi,
I tried to use my sql connection string such as
let g:dbs = { \ 'localSql': 'Server=localhost,1434;database=ADMINISTRATION;uid=sa;pwd=1234' \ }
But it does not work.
Can you support me?
Cheers
What kind of database are you trying to add? You can see what is supported in dadbod via :help dadbod-urls
:help dadbod-urls
Thank you. I can manage to add the connection.
hi,
I tried to use my sql connection string such as
let g:dbs = { \ 'localSql': 'Server=localhost,1434;database=ADMINISTRATION;uid=sa;pwd=1234' \ }
But it does not work.
Can you support me?
Cheers