Am having an Mdb inside a Zip folder, i want to select,insert and update datas in the mdb. How to access this mdb?
Printable View
Am having an Mdb inside a Zip folder, i want to select,insert and update datas in the mdb. How to access this mdb?
Quite simply, you don't. A ZIP "folder" is not a folder. It's a file. If you want to use the MDB file you must first extract it from the ZIP archive. You can add it back to the archive afterwards but you can't use it as a database while it's compressed.
:thumb:
Thanks john..