Free dll to work with Access database

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • lnd
    Indigo Rose Customer
    • Oct 2005
    • 631

    #31
    O.k. Thenk You

    O.k. Thenk You

    Comment

    • lnd
      Indigo Rose Customer
      • Oct 2005
      • 631

      #32
      i get error in line 6

      i get error in line 6. in the delete and in the add. the error is in the symbol '
      Last edited by lnd; 05-18-2007, 03:23 AM.

      Comment

      • Dermot
        Indigo Rose Customer
        • Apr 2004
        • 1791

        #33
        It would help if you posted the code. I don't know what you have on line 6. I assume you did not just copy and patse my code and that you changed it to suit.
        Dermot

        I am so out of here :yes

        Comment

        • lnd
          Indigo Rose Customer
          • Oct 2005
          • 631

          #34
          its o.k. thenks all the code work good

          :yes :yes its o.k. thenks all the code work good.:yes :yes

          Comment

          • Peyman
            New Member
            • Nov 2006
            • 38

            #35
            Problem

            I have a database(test.mdb).this mdb protect with a password and i have password. how can connect to it?

            good work
            sory for my write

            Comment

            • Dermot
              Indigo Rose Customer
              • Apr 2004
              • 1791

              #36
              New version available - Now supports passwords

              Originally posted by Peyman View Post
              I have a database(test.mdb).this mdb protect with a password and i have password. how can connect to it?
              New version available that lets you open password protected databases. The password is passed to the dll as a third parameter. If there is no password set on the database, just pass "" to the dll.

              Use the links in the first post.
              Dermot

              I am so out of here :yes

              Comment

              • Peyman
                New Member
                • Nov 2006
                • 38

                #37
                More Problem

                I Cant see Your website so i cant download your program. i dont know Why? You can share this file on a different server , PLEASE.
                Thank you

                Comment

                • Intrigued
                  Indigo Rose Customer
                  • Dec 2003
                  • 6138

                  #38
                  I put a mirror of it up here:

                  Intrigued

                  Comment

                  • Peyman
                    New Member
                    • Nov 2006
                    • 38

                    #39
                    thanks Intriqued.but Dermot upload a updated of his\her program on server.you can update the file on your server(this file is old)
                    Thanks

                    Comment

                    • Dermot
                      Indigo Rose Customer
                      • Apr 2004
                      • 1791

                      #40
                      I just checked the links and they work fine.
                      Dermot

                      I am so out of here :yes

                      Comment

                      • Peyman
                        New Member
                        • Nov 2006
                        • 38

                        #41
                        O.K .If Your website work fine is GoooD. But i cant download your app in my Country or city Please help me to download updated app of DERMOT

                        Comment

                        • Dermot
                          Indigo Rose Customer
                          • Apr 2004
                          • 1791

                          #42
                          Originally posted by Peyman View Post
                          O.K .If Your website work fine is GoooD. But i cant download your app in my Country or city Please help me to download updated app of DERMOT
                          Atttached is the dll only. The sample project is too large. Just add the password as a third parameter when calling the dll.
                          Last edited by Dermot; 11-14-2009, 09:33 PM.
                          Dermot

                          I am so out of here :yes

                          Comment

                          • Peyman
                            New Member
                            • Nov 2006
                            • 38

                            #43
                            oh sorry
                            you can write DLL.CallFunction For Pass protected mdb. Idont Know your mean

                            Comment

                            • Dermot
                              Indigo Rose Customer
                              • Apr 2004
                              • 1791

                              #44
                              Just use the old sample app and add the password as a thjird parameter after the query.

                              Code:
                              Password = "MyPassword"
                              
                              result = DLL.CallFunction(_SourceFolder.."\\AutoPlay\\Docs\\xMDB.dll", "Query_Select_MDB", "\""..db.."\",\""..Query.."\",\""..Password.."\"", DLL_RETURN_TYPE_STRING, DLL_CALL_STDCALL)
                              Dermot

                              I am so out of here :yes

                              Comment

                              • Intrigued
                                Indigo Rose Customer
                                • Dec 2003
                                • 6138

                                #45
                                Originally posted by Peyman View Post
                                thanks Intriqued.but Dermot upload a updated of his\her program on server.you can update the file on your server(this file is old)
                                Thanks
                                Updated...
                                Intrigued

                                Comment

                                Working...
                                X