Skip to main content

Odbc.InferOptions

Returns the result of trying to infer SQL capabilities for an ODBC driver.

Syntax

Odbc.InferOptions(
connectionString as any
) as record

Remarks

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

Example #1

Return the inferred SQL capabilities for a connection string.

Odbc.InferOptions("dsn=your_dsn")

Result:

record

Category

Accessing data