From 4dcc68ff41ec143dbd67d1df05ffe3286cecb73d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Mon, 2 Apr 2007 14:27:11 +0000 Subject: [PATCH] INTEGRATION: CWS hcshared08 (1.6.46); FILE MERGED 2007/01/31 14:17:29 ufi 1.6.46.1: some changes --- .../text/shared/explorer/database/dabaadvpropgen.xhp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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();