Forum Discussion
CTouu
3 years agoFrequent Visitor
ODBC Url connection How to put a parameter
Hi ! I've got a simple (I think) issue. I have a simple connection to a Postgre DB Connection by ODBC (i don't use the postgre connector, don't need to propose). I have several DBs and I wan...
- 3 years ago
= Odbc.DataSource("Driver={PostgreSQL Unicode(x64)};Server=localhost;Port=5432;Database=" & databasename & ";", [HierarchicalNavigation=true])
lbendlin
3 years agoSuper User
how do you decide which of the parameter values to use?
Note that whatever you try to do here it will not work in the Power BI service.