[Top]
Sql
Sql.tds
|
Method Sql.tds()->create()
- Method
create
-
void Sql.tds(string|void server, string|void database, string|void user, string|void password)
- Description
-
Connect to a remote SQL server via the TDS protocol.
- Parameter server
-
Server to connect to.
- Parameter database
-
Database to connect to.
- Parameter user
-
User to access as.
An explicit domain may be specified by preceeding the user name
with the domain name and a '\\' .
- Parameter password
-
Password to access with.
Usually accessed via Sql.Sql() .
- See also
-
Sql.Sql()
|