Click or drag to resize

SqlSetProp Function

X#
Overload List
  NameDescription
Public methodStatic memberCode exampleSqlSetProp(Long, Long, Usual)
Specifies settings for an active connection. You can use SqlSetProp( ) to specify settings at the connection level. To specify application default settings at the environment level, include 0 as the statement handle.
Public methodStatic memberCode exampleSqlSetProp(Long, String, Usual)
Specifies settings for an active connection. You can use SqlSetProp( ) to specify settings at the connection level. To specify application default settings at the environment level, include 0 as the statement handle.
Top
See Also