Forum Discussion

Bjorns163's avatar
Bjorns163
Copper Contributor
Jul 15, 2021
Solved

Power Query DataSource.Error: ODBC: ERROR Driver not capable.

Does anyone know why im getting:

DataSource.Error: ODBC: ERROR [S1C00] [Rocket U2][U2ODBC][2301827]Driver not capable.

What is caussing the error. can i find any additional info whats causing the issue?

 

If i use the same odbc driver with the same query outside excel i get the data no problem. 

 

this is the query im using:

  Odbc.Query("dsn=TestServer", "SELECT NR, DEFKENT FROM Table")

 

The field NR is decimal and the field DEFKENT is Varchar i can query any data from this table without any issue, but as soon as i add a Varchar filed i get "Driver not capable"

 

 

  • After updating my driver from version 6.1 to 7.2 the issue was resolved.

3 Replies

Resources