PDA

View Full Version : Access database library


sside
05-20-2006, 09:47 AM
Hello everybody

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

Here (http://ams5.ssideproject.com/downloads/access.apz) you can download the ams5 project files.
Here (http://applications.ssideproject.com//downloads/access.zip) 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

sside
05-20-2006, 10:56 AM
.net framework 2.0 required.

sweetsatara
07-16-2008, 08:39 AM
hello it can not be downloaded as it is redirected to nothing!!!!!!!!!

sside
07-18-2008, 02:36 PM
http://www.indigorose.com/forums/showthread.php?p=124120#post124120

With Kind Regards
sside

kambiz
02-19-2009, 01:55 AM
Can Access.dll open password protected databases? The password is passed to the dll as a third parameter?

kambiz
02-25-2009, 08:50 AM
I solved my problem with xMDB.dll (http://www.indigorose.com/forums/showthread.php?t=19945&highlight=xmdb&page=3)
Just add the password as a third parameter after the query.

Password = "MyPassword"

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