Odbc.InferOptions

Odbc.InferOptions is a Power Query M function that attempts to infer SQL capabilities using an ODBC connection string. The function returns the result of the inference process.

Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365

Syntax

Odbc.InferOptions( connectionString as any ) as record

Description

Returns the result of trying to infer SQL capbabilities with the connection string connectionString using ODBC. connectionString can be text or a record of property value pairs. Property values can either be text or number.

Examples

Return the inferred SQL capabilities for a connection string.

// Output: record
Odbc.InferOptions( "dsn=your_dsn" )

Other functions related to Odbc.InferOptions are:

BI Gorilla Youtube Channel

Last update: August 25, 2023 | Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/odbc-inferoptions
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.