The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi Power BI Team,
we have developed Kyvos ODBC Driver. We are developing Kyvos Power BI connector using Power BI connector SDK on top of Kyvos ODBC Driver.
we are able to make connection but after connection creation we do not see listing of schemas and tables only catalog name is coming.
After analysing ODBC Driver logs, we see below error frequently - SQLGetInfoW: SQLGetInfo property not found: 1750 Do we need to return any property from connector.
can you please provide your valuable input in this.
Regards- Rupesh
Hi @rupesht
According to the error message, it seems that the ODBC driver should correctly implements the SQLGetInfo function. SQLGetInfo returns general information about the driver and data source associated with a connection.
SQLGetInfo Function - ODBC API Reference | Microsoft Learn
Best Regards,
Jing