To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48477
                  Issue #:|48477
                  Summary:|Base create table wizard incorrectly uses
                          |AUTO_INCREMENT instead of IDENTITY to create an
                          |autovalue integer.
                Component:|Database access
                  Version:|680m95
                 Platform:|PC
                      URL:|
               OS/Version:|Windows 2000
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|none
              Assigned to:|msc
              Reported by:|lleland





------- Additional comments from [EMAIL PROTECTED] Fri Apr 29 10:39:30 -0700 
2005 -------
Using the table wizard in Base on an HSQL database, when you ask it to
automatically create a primary key auto value field, you get the following error
message:
  Unexpected token: AUTO_INCREMENT in statement [CREATE TABLE "Contacts" ("ID"
INTEGER NOT NULL auto_increment]

Base is trying to use the "auto_increment" keyword to designate an autovalue
field. In HSQL the proper keyword is "IDENTITY".

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to