Forum Discussion
Data Source Only showing one table
Frown sent.
Please tell me if you do not get it.
Thanks.
Did anyone find anything more on this?
- arify10 years agoMicrosoft Employee
Hi kcoyle,
We'll investigate why the Firebird ODBC driver is acting like this :) Meanwhile, you can turn off the HierarchicalNavigation, and it should work fine. To do that:
Go to "Get Data" > "Blank Query" and then type this to the formula bar:
= Odbc.DataSource("dsn=YOURDSNNAME")Thanks
- facampos10 years agoRegular Visitor
Hi Arify,
I did your suggestion ,
= Odbc.DataSource("dsn=YOURDSNNAME")And the tables appering on the thatsheet as a table data but , How can I do to It Show on Get Data Window?
Thanks in advanced
- facampos10 years agoRegular Visitor
Hi Arify,
I did your suggestion ,
= Odbc.DataSource("dsn=YOURDSNNAME")And the tables appering on the thatsheet as a table data but , How can I do to It Show on Get Data Window?
Thanks in advanced
- arify10 years agoMicrosoft Employee
I don't understand what you mean by making it show up in the Get Data window. Do you mean you want Firebird button to appear under "Get Data" > "Databases", like SQL Server or MySQL?