Easy Database

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ang Talunin

    Easy Database

    Hey,

    I want to write a program wich uses a database.
    But I don't want to set up a MySQL or other server (so I can easly install
    it on other computers).
    Is there a way to do it. Yes, please tell me how? No, what is the common
    used database for this kind of programs?

    thnx,

    A.T.


  • Mohamad Fazli

    #2
    Re: Easy Database

    Ang Talunin wrote:[color=blue]
    > Hey,
    >
    > I want to write a program wich uses a database.
    > But I don't want to set up a MySQL or other server (so I can easly install
    > it on other computers).
    > Is there a way to do it. Yes, please tell me how? No, what is the common
    > used database for this kind of programs?
    >
    > thnx,
    >
    > A.T.
    >
    >[/color]
    You looking for a open-source?

    Comment

    • Pavel L.Yatsuk

      #3
      Re: Easy Database

      Hello!
      You can try to use a McKoi database - http://mckoi.com/database/
      in below example you can see how to gather all components


      Ang Talunin wrote:
      [color=blue]
      > Hey,
      >
      > I want to write a program wich uses a database.
      > But I don't want to set up a MySQL or other server (so I can easly install
      > it on other computers).
      > Is there a way to do it. Yes, please tell me how? No, what is the common
      > used database for this kind of programs?
      >
      > thnx,
      >
      > A.T.
      >
      >[/color]

      Comment

      • Ang Talunin

        #4
        Re: Easy Database


        "Mohamad Fazli" <fuzz@streamyx. com> schreef in bericht
        news:40ea4a3a_1 @news.tm.net.my ...[color=blue]
        > Ang Talunin wrote:[color=green]
        > > Hey,
        > >
        > > I want to write a program wich uses a database.
        > > But I don't want to set up a MySQL or other server (so I can easly[/color][/color]
        install[color=blue][color=green]
        > > it on other computers).
        > > Is there a way to do it. Yes, please tell me how? No, what is the common
        > > used database for this kind of programs?
        > >
        > > thnx,
        > >
        > > A.T.
        > >
        > >[/color]
        > You looking for a open-source?[/color]

        Not necessary.
        I'm looking for an database, which is very easy to handle.
        I want to access the database with just one program, but the data the
        program needs, has to be in a database.
        I've thought I once heard of a kind of database control by Java.
        So I want the database to be 'a file' which can be transported easily.


        Comment

        • Ang Talunin

          #5
          Re: Easy Database


          "Pavel L.Yatsuk" <pavel@evalica. com> schreef in bericht
          news:ccdhn2$d4u $1@news.lucky.n et...[color=blue]
          > Hello!
          > You can try to use a McKoi database - http://mckoi.com/database/
          > in below example you can see how to gather all components
          > http://pwp.netcabo.pt/lneves/tapestr...p-0.4.1.tar.gz
          >[/color]
          Hey,

          This is looking quite nice.
          You've got a good experience with this db?


          Comment

          • Gunesh

            #6
            Re: Easy Database

            Hi Fazli,

            You may use many types of database to match your application,
            this is not important, what is important is your application can support
            the database.

            Also, what type of application you have & the usage needs to justify the
            database you selected.

            For java, use mckoi, hsql,

            For EXE, use dbf, msde, mysql.
            You need to setup odbc.

            Raj



            Ang Talunin wrote:[color=blue]
            > "Mohamad Fazli" <fuzz@streamyx. com> schreef in bericht
            > news:40ea4a3a_1 @news.tm.net.my ...
            >[color=green]
            >>Ang Talunin wrote:
            >>[color=darkred]
            >>>Hey,
            >>>
            >>>I want to write a program wich uses a database.
            >>>But I don't want to set up a MySQL or other server (so I can easly[/color][/color]
            >
            > install
            >[color=green][color=darkred]
            >>>it on other computers).
            >>>Is there a way to do it. Yes, please tell me how? No, what is the common
            >>>used database for this kind of programs?
            >>>
            >>>thnx,
            >>>
            >>>A.T.
            >>>
            >>>[/color]
            >>
            >>You looking for a open-source?[/color]
            >
            >
            > Not necessary.
            > I'm looking for an database, which is very easy to handle.
            > I want to access the database with just one program, but the data the
            > program needs, has to be in a database.
            > I've thought I once heard of a kind of database control by Java.
            > So I want the database to be 'a file' which can be transported easily.
            >
            >[/color]

            Comment

            • Pavel L.Yatsuk

              #7
              Re: Easy Database

              i don't have experience with this db.
              But such "company" as Hibernate, Atlassian(Bug&T rack system), Jive Forum
              support this database, so i think Mckoi is rather usable.

              Ang Talunin wrote:
              [color=blue]
              > "Pavel L.Yatsuk" <pavel@evalica. com> schreef in bericht
              > news:ccdhn2$d4u $1@news.lucky.n et...
              >[color=green]
              >>Hello!
              >>You can try to use a McKoi database - http://mckoi.com/database/
              >>in below example you can see how to gather all components
              >>http://pwp.netcabo.pt/lneves/tapestr...p-0.4.1.tar.gz
              >>[/color]
              >
              > Hey,
              >
              > This is looking quite nice.
              > You've got a good experience with this db?
              >
              >[/color]

              Comment

              • John Koller

                #8
                Re: Easy Database

                On Mon, 05 Jul 2004 17:42:43 +0200, Ang Talunin wrote:
                [color=blue]
                > Hey,
                >
                > I want to write a program wich uses a database.
                > But I don't want to set up a MySQL or other server (so I can easly install
                > it on other computers).
                > Is there a way to do it. Yes, please tell me how? No, what is the common
                > used database for this kind of programs?
                >
                > thnx,
                >
                > A.T.[/color]
                Perhaps SQLLite.






                --
                John Koller http://home.earthlink.net/~johnkoller


                Comment

                • Luuk

                  #9
                  Re: Easy Database

                  John Koller wrote:[color=blue]
                  > On Mon, 05 Jul 2004 17:42:43 +0200, Ang Talunin wrote:
                  >
                  >[color=green]
                  >>Hey,
                  >>
                  >>I want to write a program wich uses a database.
                  >>But I don't want to set up a MySQL or other server (so I can easly install
                  >>it on other computers).
                  >>Is there a way to do it. Yes, please tell me how? No, what is the common
                  >>used database for this kind of programs?
                  >>
                  >>thnx,
                  >>
                  >>A.T.[/color]
                  >
                  > Perhaps SQLLite.
                  >
                  > http://www.sqlite.org/
                  > http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers
                  > http://www.ch-werner.de/javasqlite/o...w-summary.html
                  >
                  >[/color]

                  Or try hsqldb, http://hsqldb.sourceforge.net/ it's a JAR you can provide
                  with your Java application.


                  Regards,
                  Luuk

                  Comment

                  Working...