Click or drag to resize

SqlConnect Function

X#
There are 2 different overloads for the SqlConnect( ) function. You can either pass a datasource, userid and password, or pass the handle of an existing (shared) statement.
Overload List
  NameDescription
Public methodStatic memberCode exampleSqlConnect(Long)
Establishes a connection to a data source.
Public methodStatic memberCode exampleSqlConnect(String, Usual, Usual, Usual)
Establishes a connection to a data source.
Top
See Also