HLP: On reading a MS Access MDB file

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mr. B

    HLP: On reading a MS Access MDB file

    Is there a 'trick' that one can use to open an MS Access data base file,
    without knowing in advance the files fields? Or is it strickly a hit-and-miss
    kinda deal?

    I want to write a better user interface for some MDB files we have. But no
    one knows anything about the files structures. So until I do I can't even
    start.

    Thanks in advance

    Bruce
  • Cor

    #2
    Re: On reading a MS Access MDB file

    Hi Mr. B.
    Normaly you can open a Access file in your server explorer from the IDE.
    Then you see the whole structure of it.
    (You can open it with View and then Server Explorer or Ctrl,Alt,S)

    I hope this helps a little bit,

    Cor


    Comment

    • Cor

      #3
      Re: On reading a MS Access MDB file

      Hi Mr. B.
      Normaly you can open a Access file in your server explorer from the IDE.
      Then you see the whole structure of it.
      (You can open it with View and then Server Explorer or Ctrl,Alt,S)

      I hope this helps a little bit,

      Cor


      Comment

      • Chris R. Timmons

        #4
        Re: HLP: On reading a MS Access MDB file

        Mr. B <User@NoWhere.C om> wrote in
        news:l06jovsklt 4er03tepd3lsmmd 2mlr7ml3u@4ax.c om:
        [color=blue]
        > Is there a 'trick' that one can use to open an MS Access data
        > base file, without knowing in advance the files fields? Or is
        > it strickly a hit-and-miss kinda deal?
        >
        > I want to write a better user interface for some MDB files we
        > have. But no one knows anything about the files structures. So
        > until I do I can't even start.[/color]

        Bruce,

        The OleDbConnection .GetOleDbSchema Table method can be used to return
        schema info about Access tables.

        Hope this helps.

        Chris.
        -------------
        C.R. Timmons Consulting, Inc.

        Comment

        • Mr. B

          #5
          Re: HLP: On reading a MS Access MDB file

          With Deft Fingers, "Chris R. Timmons" <crtimmons@X_NO SPAM_Xcrtimmons inc.com>
          wrote:
          [color=blue][color=green]
          >> Is there a 'trick' that one can use to open an MS Access data
          >> base file, without knowing in advance the files fields? Or is
          >> it strickly a hit-and-miss kinda deal?[/color]
          >
          >The OleDbConnection .GetOleDbSchema Table method can be used to return
          >schema info about Access tables.[/color]

          Thanks Chris... I'll try that! I don't have hardly any experience when it
          comes to Data Bases.

          Regards,

          Bruce

          Comment

          • Mr. B

            #6
            Re: On reading a MS Access MDB file

            With Deft Fingers, "Cor" <non@non.com> wrote:
            [color=blue]
            >Normaly you can open a Access file in your server explorer from the IDE.
            >Then you see the whole structure of it.
            >(You can open it with View and then Server Explorer or Ctrl,Alt,S)[/color]

            Hmmmm forgive my ignorance (I dont' have much in Data Base experience). But I
            don't quit follow what you are saying :(

            Regards,

            Bruce

            Comment

            • Cor

              #7
              Re: On reading a MS Access MDB file

              Mr. B,
              Are you using Visual.Studio.N et 2002 or Visual.Studio.N et 2003?
              Cor


              Comment

              • Mr. B

                #8
                Re: On reading a MS Access MDB file

                With Deft Fingers, "Cor" <non@non.com> wrote:
                [color=blue]
                >Are you using Visual.Studio.N et 2002 or Visual.Studio.N et 2003?[/color]

                2002... standard

                Bruce

                Comment

                • Cor

                  #9
                  Re: On reading a MS Access MDB file

                  Mr.B,
                  I could have know, that is not on that.
                  Sorry maybe I should have asked first.
                  Cor


                  Comment

                  • Mr. B

                    #10
                    Re: On reading a MS Access MDB file

                    With Deft Fingers, "Cor" <non@non.com> wrote:
                    [color=blue]
                    >I could have know, that is not on that.
                    >Sorry maybe I should have asked first.[/color]

                    Not to worry... I've done some leg work and am slowly woking my way through
                    things. I first had to be able to open the @#$#$ file first to see the Form
                    names. On my way now. Still some 'growing' up to do (:

                    Regards,

                    Bruce

                    Comment

                    Working...