2 Replies Latest reply on Oct 21, 2005 3:14 AM by danielywoo

    EJB3.0 EntityBean Primary key use auto_increment for MSSQL S

    kidder_whw

      use MSSQL Server JDBC:


      Primary key like:
      @Id(generate=GeneratorType.IDENTITY)

      when insert into a record into table, JBOSS show
      "you must set Table IDENTITY_INSERT OFF"


      how can I do?

      thanks