5 Replies Latest reply on Oct 4, 2007 3:04 PM by gavin.king

    Seam an msaccess?

    jagr

      I work with seam jboss-seam-2.0.0.BETA1 and mysql 5 DB.
      I need to access to another db msaccess but I can't configure seam to access to this db.
      When I create seam project with seam gen, at seam setup, some questions have to be answered.
      When i have to specify the db (mysql, oracle, postgree, .....) I've put msaccess, access ..... but seam ask me the same question.

      Seam can't works with msaccess?

      thanks

        • 1. Re: Seam an msaccess?
          nickarls

           

          "jagr" wrote:
          I work with seam jboss-seam-2.0.0.BETA1 and mysql 5 DB.
          I need to access to another db msaccess but I can't configure seam to access to this db.
          When I create seam project with seam gen, at seam setup, some questions have to be answered.
          When i have to specify the db (mysql, oracle, postgree, .....) I've put msaccess, access ..... but seam ask me the same question.

          Seam can't works with msaccess?

          thanks


          Use an JDBC-ODBC bridge.

          • 2. Re: Seam an msaccess?
            jagr

            Yes I have it. But when seam setup ask me what kind of data base i want to use, what word should be writed?

            • 3. Re: Seam an msaccess?
              nickarls

               

              "jagr" wrote:
              Yes I have it. But when seam setup ask me what kind of data base i want to use, what word should be writed?


              any one will do (e.g. oracle), you will have to edit the generated files anyway since there can't be support for everything in seam-gen...

              • 4. Re: Seam an msaccess?
                jagr



                ok thanks I'll try it.

                • 5. Re: Seam an msaccess?
                  gavin.king

                  Note that last time I saw someone try (a couple of years ago), Hibernate was not compatible with Access, due to very buggy JDBC drivers. Not sure of the situation today.