Method Sql.tds()->create()
- Method create
 Sql.tds Sql.tds(string|voidserver,string|voiddatabase,string|voiduser,string|voidpassword,mapping|voidoptions)- 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