Odbc.InferOptions
Syntax
Odbc.InferOptions(connectionString as any) as record
About
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.
Example 1
Return the inferred SQL capabilities for a connection string.
Usage
Odbc.InferOptions("dsn=your_dsn")
Output
record