I am writing a script that uses a couple of standard Win32 administration libraries (namely AdminMisc, NetAdmin and maybe Lanman), the information I managed to retrieve with those libraries I used to dump them into an Excel file by using OLE library. Now, I would like to do the same but dump the results into an Ms Access table (an exact like Excel). Can I only use OLE to add and retrieve information from this database?(the database is only a small sized, local and with no user ids or passwords required), I did try to search for a simple example (however, there is none that are simple and clear, and almost all used WIN32::ODBC. Does anyone know of any tutorials similar to that you get for MS Excel)?.