本站源代码
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

15 lines
643B

  1. // package mssql implements the TDS protocol used to connect to MS SQL Server (sqlserver)
  2. // database servers.
  3. //
  4. // This package registers the driver:
  5. // sqlserver: uses native "@" parameter placeholder names and does no pre-processing.
  6. //
  7. // If the ordinal position is used for query parameters, identifiers will be named
  8. // "@p1", "@p2", ... "@pN".
  9. //
  10. // Please refer to the README for the format of the DSN. There are multiple DSN
  11. // formats accepted: ADO style, ODBC style, and URL style. The following is an
  12. // example of a URL style DSN:
  13. // sqlserver://sa:mypass@localhost:1234?database=master&connection+timeout=30
  14. package mssql
上海开阖软件有限公司 沪ICP备12045867号-1