diff --git a/helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp b/helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp
index c76eb5189b..f44278278e 100755
--- a/helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp
+++ b/helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp
@@ -6,9 +6,9 @@
*
* $RCSfile: dabaadvpropgen.xhp,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2006-08-14 15:31:53 $
+ * last change: $Author: rt $ $Date: 2007-04-02 15:27:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -44,7 +44,7 @@
Advanced Properties dialog Generated values tab page
-dedr: reviewed
+dedr: reviewed
@@ -59,7 +59,7 @@
Auto-increment statement
Enter the SQL command specifier that instructs the data source to auto-increment a specified Integer data field. For example, the following MySQL statement used the AUTO_INCREMENT statement to increase the "id" field each time the statement creates a data field:
CREATE TABLE "table1" ("id" INTEGER AUTO_INCREMENT)
-For this example, you must enter AUTO_INCREMENT into the Auto-increment statement box.
+For this example, you must enter AUTO_INCREMENT into the Auto-increment statement box.
Query of generated values
Enter an SQL statement that returns the last auto-incremented value for the primary key data field. For example:
SELECT LAST_INSERT_D();