Results 1 to 5 of 5

Thread: Access MDB Data Structures

  1. #1

    Thread Starter
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Access MDB Data Structures

    I have been given a corrupt Access database by my work (very nice of them). Its corrupt to the point that the database won't even open with an error message of:

    Code:
    The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time.
    I have tried all the normal methods of data recovery in Access such as Compact and Repair, Import, copying it to a new file and even a small utility made by MS, but to no avail. In the end I found an open source library called MDB tools which managed to open the database and give me access to some of the tables; unfortunately nearly half a dozen tables cannot be opened and the library "although tells me that they exist" complains they cannot be found when I attempt to open them.

    Is there any way I can find the binary specifications for MDB / Jet files? More specifically the table / record structure (its definitely there when you look at the file in a HEX editor). I know that MS have opened up some of their file formats recently (not sure weather this is one); but if there are any online resources it would be much appreciated. I could probably reverse engineer the MDB tools code but after having a quick glance at it yesterday it looks like it might be a long tedious task and will only do that as a last resort.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  2. #2
    Fanatic Member dmaruca's Avatar
    Join Date
    May 2006
    Location
    Jacksonville, FL
    Posts
    577

    Re: Access MDB Data Structures

    It's proprietary, so you're very unlikely to find something form MS. Your best bet would probably be to head over to openoffice.org and check out what they have going. Check this and this out.

  3. #3
    Discovering Life Siddharth Rout's Avatar
    Join Date
    Feb 2005
    Location
    Mumbai, India
    Posts
    12,001

    Re: Access MDB Data Structures

    Hi Visual

    If the data is not confidential then could you please upload it. I have few softwares to repair Access MDB Data Structures.

    Let me see if I can do something about it...
    A good exercise for the Heart is to bend down and help another up...
    Please Mark your Thread "Resolved", if the query is solved


    MyGear:
    ★ CPU ★ Ryzen 5 5800X
    ★ GPU ★ NVIDIA GeForce RTX 3080 TI Founder Edition
    ★ RAM ★ G. Skill Trident Z RGB 32GB 3600MHz
    ★ MB ★ ASUS TUF GAMING X570 (WI-FI) ATX Gaming
    ★ Storage ★ SSD SB-ROCKET-1TB + SEAGATE 2TB Barracuda IHD
    ★ Cooling ★ NOCTUA NH-D15 CHROMAX BLACK 140mm + 10 of Noctua NF-F12 PWM
    ★ PSU ★ ANTEC HCG-1000-EXTREME 1000 Watt 80 Plus Gold Fully Modular PSU
    ★ Case ★ LIAN LI PC-O11 DYNAMIC XL ROG (BLACK) (G99.O11DXL-X)
    ★ Monitor ★ LG Ultragear 27" 240Hz Gaming Monitor
    ★ Keyboard ★ TVS Electronics Gold Keyboard
    ★ Mouse ★ Logitech G502 Hero

  4. #4

    Thread Starter
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Access MDB Data Structures

    Quote Originally Posted by koolsid
    Hi Visual

    If the data is not confidential then could you please upload it. I have few softwares to repair Access MDB Data Structures.

    Let me see if I can do something about it...
    Sorry; no can do. What software are you using though?
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  5. #5
    Discovering Life Siddharth Rout's Avatar
    Join Date
    Feb 2005
    Location
    Mumbai, India
    Posts
    12,001

    Re: Access MDB Data Structures

    Quote Originally Posted by visualAd
    Sorry; no can do. What software are you using though?
    I have Kernel Access Repair, and one more. I don't recollect the name...

    By the way did you try the inhouse repair tool? if no then try this...

    http://209.85.175.104/search?q=cache...nk&cd=10&gl=in

    or

    http://www.freevbcode.com/ShowCode.Asp?ID=1024

    If you don't want to upload the file, you can email it to me, if you want...
    A good exercise for the Heart is to bend down and help another up...
    Please Mark your Thread "Resolved", if the query is solved


    MyGear:
    ★ CPU ★ Ryzen 5 5800X
    ★ GPU ★ NVIDIA GeForce RTX 3080 TI Founder Edition
    ★ RAM ★ G. Skill Trident Z RGB 32GB 3600MHz
    ★ MB ★ ASUS TUF GAMING X570 (WI-FI) ATX Gaming
    ★ Storage ★ SSD SB-ROCKET-1TB + SEAGATE 2TB Barracuda IHD
    ★ Cooling ★ NOCTUA NH-D15 CHROMAX BLACK 140mm + 10 of Noctua NF-F12 PWM
    ★ PSU ★ ANTEC HCG-1000-EXTREME 1000 Watt 80 Plus Gold Fully Modular PSU
    ★ Case ★ LIAN LI PC-O11 DYNAMIC XL ROG (BLACK) (G99.O11DXL-X)
    ★ Monitor ★ LG Ultragear 27" 240Hz Gaming Monitor
    ★ Keyboard ★ TVS Electronics Gold Keyboard
    ★ Mouse ★ Logitech G502 Hero

Posting Permissions

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



Click Here to Expand Forum to Full Width