搭配 SQL Server Native Client 使用連接字串關鍵字
ODBC 應用程式會使用連接字串當做 SQLDriverConnect 和 SQLBrowseConnect 函數的參數。 ODBC 使用的連接字串具有以下語法: connection-string ::= empty-string[;] | attribute[;] | attribute; connection-string empty-string ::= attribute ::= attribute-keyword ...
msdn.microsoft.com |