Forum Discussion
TROYDB
10 years agoRegular Visitor
U2 Universe database ODBC connection
Hi, I hope anyone can help I can't seem to connect to our Universe database using the U2 ODBC driver, the error I recieve: "ODBC: ERROR [S1C00] [Rocket U2][U2ODBC][2301827]Driver not capabl...
arify
Microsoft Employee
10 years agoHi mi55cu,
The problem is that this driver doesn't support something we do, but there's a simple work around:
Go to "Get Data" > "Blank Query" and then type this to the formula bar:
= Odbc.DataSource("dsn=YOURDSNNAME")(This disables hierarchical navigation)
Thanks