mdb2exe

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bartosz Majewski

    #1

    mdb2exe

    Hello,
    I have a question. Is there any possibility to compile MS Access database
    (e.g. *.mdb file) to standalone, executable application? I'd like to use
    such database application on a computer where Access is not installed. I
    know, that it's possible to write such kind of app in Visual Basic, but as
    far as I know, there cannot be any relations in that program (and that is
    why that solution is not, what I mean). I would be greateful for any piece
    of information, some tutorials maybe, knowledege base, or whatever...

    Thanx,
    Majek.

    --
    Bartosz Majewski
    yaa(at)killer.r adom.net


  • Fletcher Arnold

    #2
    Re: mdb2exe

    "Bartosz Majewski" <yaa@killer.rad om.net> wrote in message
    news:c2g6sf$8tc $1@atlantis.new s.tpi.pl...[color=blue]
    > Hello,
    > I have a question. Is there any possibility to compile MS Access database
    > (e.g. *.mdb file) to standalone, executable application? I'd like to use
    > such database application on a computer where Access is not installed. I
    > know, that it's possible to write such kind of app in Visual Basic, but as
    > far as I know, there cannot be any relations in that program (and that is
    > why that solution is not, what I mean). I would be greateful for any piece
    > of information, some tutorials maybe, knowledege base, or whatever...
    >
    > Thanx,
    > Majek.
    >
    > --
    > Bartosz Majewski
    > yaa(at)killer.r adom.net[/color]


    Czesc Majek
    This a very commonly asked question and you might want to do some searching
    yourself here http://groups.google.com
    Certainly you could use Visual Basic and you would be able to define
    relationships in the database. The main problem with creating your
    application with VB instead of Access is that, in general, it takes longer.
    MS Access has been designed specifically for the creation of databases and
    the forms / subforms and the reporting features do make it very easy.

    One common solution is to buy Microsoft Office Developer's Edition. This
    allows you to distribute a legally licensed copy of Access with your
    application. This is referred to as a run-time installation and although it
    allows your application to run, it does not allow the user to, for example,
    design new databases. Using this method does require extra time and extra
    testing for you since unexpected errors can cause the application to simply
    quit and throw you out and there are a number of features which are not
    available (no built-in toolbars, no query by form etc).

    There are other solutions depending on what you are distributing to whom.
    However, the easiest for you is to get them to buy Access.

    Fletcher


    Comment

    • AliImran

      #3
      You can convert, if convert to CSV first

      MDB to CSV using


      then embed CSV in the executable as resource
      then load resource and plot in multicolumn listbox
      contained in tab control for each table.

      I hope it helps

      regards

      Comment

      • Trevor Best

        #4
        Re: You can convert, if convert to CSV first

        AliImran wrote:[color=blue]
        > MDB to CSV using
        > http://www.kik-it.com/downloads/MDB2CSV.exe
        >
        > then embed CSV in the executable as resource
        > then load resource and plot in multicolumn listbox
        > contained in tab control for each table.
        >
        > I hope it helps[/color]

        Helps who? Who or what are you answering to?

        --
        [Oo=w=oO]

        Comment

        Working...