Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 346609
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T11:11:35+00:00 2026-05-12T11:11:35+00:00

i dont have microsoft access but would like to open an mdb file, is

  • 0

i dont have microsoft access but would like to open an mdb file, is there any way to do this?

the mdb file contains SQL code that i need. it is just a file that connects to a remote database. i need to view the sql code

i did try openoffice base, but it only showed me some tables. i dont see where the sql code is?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T11:11:36+00:00Added an answer on May 12, 2026 at 11:11 am

    This VBScript will print out the SQL statements from the saved queries in your MDB database.

    Option Explicit
    Dim dbe
    Dim db
    Dim qdf
    
    Set dbe = CreateObject("DAO.DBEngine.36")
    'change the next line to include the full path to your database
    Set db = dbe.OpenDatabase("C:\SomeFolder\YourDatabase.mdb")
    For Each qdf In db.QueryDefs
        If Left(qdf.Name,1) <> "~" Then
            Wscript.StdOut.WriteLine qdf.Name
            Wscript.StdOut.WriteLine qdf.SQL
            Wscript.StdOut.WriteLine String(20, "-")
        End If
    Next
    Set db = Nothing
    Set dbe = Nothing
    

    I saved it as DumpQuerySQL.vbs, then ran it from a command prompt like this:

    cscript DumpQuerySQL.vbs > querySQL.txt
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We would like to decrypt data stored in Microsoft Access. Without getting into too
I have done a database diagram in Microsoft Visio but I don't know how
Not a question but i dont have a blog and i have just created
Some people want to see the DB structure and dont have VS, is there
How can I dynamically load a usercontrol in ASP.NET if I dont have access
What does x :: xs' mean? I dont have much functional experience but IIRC
I'm playing around with cookies. And I dont have any cookies called PHPSESSID. Do
I'm trying to use the Microsoft Debug Interface Access SDK from C#. This is
I'm very new to Access and I don't have any experience. At work, I
I have a C# program that opens several Microsoft Access files, and executes functions

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.