From 0fd331b2f1ce974e8428acbd46ec8384da5879e1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Jan 2012 13:49:57 +0200 Subject: Proofreading fixes to documentation --- doc/manual.xhtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/manual.xhtml b/doc/manual.xhtml index 9209ef0..bd1448f 100644 --- a/doc/manual.xhtml +++ b/doc/manual.xhtml @@ -13788,7 +13788,7 @@ t.commit (); persisted. Similarly, because there is no signed version of the TINYINT SQL Server type, by default, char and signed char C++ types are mapped to - TINYINT. As result, the most significant bit of + TINYINT. As a result, the most significant bit of the value stored by the database for these types will contain the sign bit of the actual signed value being persisted.

@@ -14036,7 +14036,7 @@ odb::mssql::database dbA ("test", -

The forth constructor allows us to pass a custom ODBC connection +

The fourth constructor allows us to pass a custom ODBC connection string that provides all the information necessary to connect to the database. Note also that all the other constructors have the extra_connect_string argument which can be used to @@ -15025,7 +15025,7 @@ class person

Note that the DATE, TIME, and DATETIME2 types are only available in SQL Server 2008 and later. SQL Server 2005 only supports the DATETIME and - SMALLDATETIME date-time types and the new types are + SMALLDATETIME date-time types. The new types are also unavailable when connecting to an SQL Server 2008 or later with the SQL Server 2005 Native Client ODBC driver.

@@ -15739,7 +15739,7 @@ class Person

Note that the DATE, TIME, and DATETIME2 types are only available in SQL Server 2008 and later. SQL Server 2005 only supports the DATETIME and - SMALLDATETIME date-time types and the new types are + SMALLDATETIME date-time types. The new types are also unavailable when connecting to an SQL Server 2008 or later with the SQL Server 2005 Native Client ODBC driver.

-- cgit v1.1