Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 6 of 6
  1. #1
    Join Date
    Dec 2003
    Location
    The Netherlands
    Posts
    475

    Access database library

    Hello everybody

    Today i want to share with you an library i wrote, the access database library (access.dll).

    Here you can download the ams5 project files.
    Here you can download the demo application.

    In the example you have a access database (artists) and you can search, insert, update, delete records.

    Stay tuned for more because i have 2 more libraries to share with you but no time to make ams examples to show how they work.

    Last library i posted here i have updated it with 3 more functions to browse your network. Now you can (or will to be exactly) browse your network for domains/workgroups, computers, shared locations.

    I wish you all good day...

    With Kind Regards

    sside

  2. #2
    Join Date
    Dec 2003
    Location
    The Netherlands
    Posts
    475
    .net framework 2.0 required.

  3. #3
    Join Date
    Apr 2008
    Posts
    1
    hello it can not be downloaded as it is redirected to nothing!!!!!!!!!

  4. #4
    Join Date
    Dec 2003
    Location
    The Netherlands
    Posts
    475

    Access.dll v.1.0.0.0


  5. #5
    Join Date
    Apr 2005
    Posts
    6

    password protected databases

    Can Access.dll open password protected databases? The password is passed to the dll as a third parameter?

  6. #6
    Join Date
    Apr 2005
    Posts
    6

    Thumbs up

    I solved my problem with xMDB.dll
    Just add the password as a third 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)

Similar Threads

  1. How to convert access database to sqlite database.
    By sside in forum AutoPlay Media Studio 5.0
    Replies: 2
    Last Post: 07-22-2008, 07:44 PM
  2. Access database?
    By Raindog in forum AutoPlay Media Studio 5.0
    Replies: 8
    Last Post: 04-26-2004, 04:21 PM
  3. Can I use MS access database?
    By xtreme in forum AutoPlay Media Studio 5.0
    Replies: 1
    Last Post: 11-26-2003, 08:17 AM
  4. Runtime Files needed for MS Access Database ???
    By kevinrea in forum Setup Factory 6.0
    Replies: 3
    Last Post: 06-17-2002, 03:13 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts