Forum Discussion

HoangV's avatar
HoangV
Frequent Visitor
2 years ago
Solved

sql.database , Can't save dataflow One or more tables references a dynamic data source.

I cannot find a way around this and need some guidance. Below is the function I am calling from my queries. The problem I am having is that i need someway to grab the host_id_address in the srcDeale...
  • lbendlin's avatar
    2 years ago

    You cannot dynamically swap the connection in a Sql.Database() source (or in any other source for that matter)

     

    BUT.  If your databases all reside on the same server AND you have access to all the databases you can cheat by specifying a fixed database name in the connection and then override it in the query.