Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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