Reverse Engineering.............Ooooooooohhhhhhhh

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • The Frog

    Reverse Engineering.............Ooooooooohhhhhhhh

    Hi Everyone,

    I am trying to figure out a DAO connection to an unknown database
    type. I have an app that uses single file 'databases', and during the
    install process for this application DAO3.5 is installed - presumably
    to read these files. Then again I could be very very wrong here.

    What I am trying to do is to automate a couple of reports by getting
    at the data directly so people dont have to do it each week by hand.
    Does anyone know a good site for a list of DAO connection strings for
    non mdb databases?

    Cheers

    The Frog
  • Stuart McCall

    #2
    Re: Reverse Engineering.... .........Oooooo ooohhhhhhhh

    "The Frog" <Mr.Frog.to.you @googlemail.com wrote in message
    news:dcc51e62-e498-4fe0-9760-cfd19d6c366a@b1 g2000hsg.google groups.com...
    Hi Everyone,
    >
    I am trying to figure out a DAO connection to an unknown database
    type. I have an app that uses single file 'databases', and during the
    install process for this application DAO3.5 is installed - presumably
    to read these files. Then again I could be very very wrong here.
    >
    What I am trying to do is to automate a couple of reports by getting
    at the data directly so people dont have to do it each week by hand.
    Does anyone know a good site for a list of DAO connection strings for
    non mdb databases?
    >
    Cheers
    >
    The Frog
    All connection strings in one place. Find the syntax for your database connection using ADO.NET, ADO, ODBC, OLEDB, C#, VB, VB.NET, ASP.NET and more.




    Comment

    • Arch

      #3
      Re: Reverse Engineering.... .........Oooooo ooohhhhhhhh

      On Mon, 28 Apr 2008 05:19:27 -0700 (PDT), The Frog
      <Mr.Frog.to.you @googlemail.com wrote:
      >Hi Everyone,
      >
      >I am trying to figure out a DAO connection to an unknown database
      >type. I have an app that uses single file 'databases', and during the
      >install process for this application DAO3.5 is installed - presumably
      >to read these files. Then again I could be very very wrong here.
      >
      >What I am trying to do is to automate a couple of reports by getting
      >at the data directly so people dont have to do it each week by hand.
      >Does anyone know a good site for a list of DAO connection strings for
      >non mdb databases?
      >
      >Cheers
      >
      >The Frog


      Comment

      • The Frog

        #4
        Re: Reverse Engineering.... .........Oooooo ooohhhhhhhh

        Thanks guys, I'll give these a crack :-)

        Cheers

        The Frog

        Comment

        Working...