diff options
-rw-r--r-- | odb/mssql/database.hxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/odb/mssql/database.hxx b/odb/mssql/database.hxx index 5bb5e4f..e2b6225 100644 --- a/odb/mssql/database.hxx +++ b/odb/mssql/database.hxx @@ -45,8 +45,8 @@ namespace odb // Connect to the specified server using the latest available SQL // Server Native Client ODBC driver by default. If user is empty, - // then use Windows authentication. If database is empty, then - // use the default database for this user. + // then use Windows authentication. If db is empty, then use the + // default database for this user. // database (const std::string& user, const std::string& password, @@ -61,8 +61,8 @@ namespace odb // By default connect to the default instance on localhost using // default protocol and the latest available SQL Server Native // Client ODBC driver. If user is empty, then use Windows - // authentication. If database is empty, then use the default - // database for this user. + // authentication. If db is empty, then use the default database + // for this user. // database (const std::string& user, const std::string& password, @@ -124,7 +124,6 @@ namespace odb static void print_usage (std::ostream&); - public: virtual transaction_impl* begin (); |