All Projects β†’ mdbtools β†’ Mdbtools

mdbtools / Mdbtools

Licence: other
MDB Tools - Read Access databases on *nix

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Mdbtools

Freesql
πŸ¦„ .NET orm, Mysql orm, Postgresql orm, SqlServer orm, Oracle orm, Sqlite orm, Firebird orm, θΎΎζ’¦ orm, 人倧金仓 orm, η₯žι€š orm, 翰高 orm, ε—ε€§ι€šη”¨ orm, Click house orm, MsAccess orm.
Stars: ✭ 3,077 (+399.51%)
Mutual labels:  odbc, access
Rdbc
Rust DataBase Connectivity (RDBC) :: Common Rust API for database drivers
Stars: ✭ 328 (-46.75%)
Mutual labels:  odbc
oledb
A small promised based module which uses edge.js to connect to an OLE DB, ODBC or SQL database.
Stars: ✭ 28 (-95.45%)
Mutual labels:  odbc
OpenAM
OpenAM is an open access management solution that includes Authentication, SSO, Authorization, Federation, Entitlements and Web Services Security.
Stars: ✭ 476 (-22.73%)
Mutual labels:  access
ccxx
This is a cross-platform library software library about c, c ++, unix4, posix. Include gtest, benchmark, cmake, process lock, daemon, libuv, lua, cpython, re2, json, yaml, mysql, redis, opencv, qt, lz4, oci ... https://hub.docker.com/u/oudream
Stars: ✭ 31 (-94.97%)
Mutual labels:  odbc
Access-examples
πŸ…°οΈ Various examples of VBA, queries, macros, forms, reports and ribbon XML in an Microsoft Access database file
Stars: ✭ 51 (-91.72%)
Mutual labels:  access
sack.vfs
Node addon which adds a virtual file system interface; websockets; json(6) parsing; sql support(sqlite,odbc); javascript sched_yield; ssl certificate generation; more...
Stars: ✭ 29 (-95.29%)
Mutual labels:  odbc
Turbodbc
Turbodbc is a Python module to access relational databases via the Open Database Connectivity (ODBC) interface. The module complies with the Python Database API Specification 2.0.
Stars: ✭ 449 (-27.11%)
Mutual labels:  odbc
Odbc
Connect to ODBC databases (using the DBI interface)
Stars: ✭ 285 (-53.73%)
Mutual labels:  odbc
HackTheBox-Writeups
No description or website provided.
Stars: ✭ 94 (-84.74%)
Mutual labels:  access
DolphinDBPlugin
No description or website provided.
Stars: ✭ 33 (-94.64%)
Mutual labels:  odbc
SearchWorks
SearchWorks (Stanford University Libraries)
Stars: ✭ 42 (-93.18%)
Mutual labels:  access
django-pyodbc-azure
Django backend for Microsoft SQL Server and Azure SQL Database using pyodbc
Stars: ✭ 327 (-46.92%)
Mutual labels:  odbc
WinRAT
(Windows/Linux/Mac) Remote Administration Tool
Stars: ✭ 35 (-94.32%)
Mutual labels:  access
Kyuubi
Kyuubi is a unified multi-tenant JDBC interface for large-scale data processing and analytics, built on top of Apache Spark
Stars: ✭ 363 (-41.07%)
Mutual labels:  odbc
b374k-mini
PHP Webshell with handy features.
Stars: ✭ 28 (-95.45%)
Mutual labels:  access
ODBC.jl
An ODBC interface for the Julia programming language
Stars: ✭ 81 (-86.85%)
Mutual labels:  odbc
mdb2sqlite
Conversion tool used to convert microsoft access database to sqlite.
Stars: ✭ 79 (-87.18%)
Mutual labels:  access
Laravel Ban
Laravel Ban simplify blocking and banning Eloquent models.
Stars: ✭ 572 (-7.14%)
Mutual labels:  access
Sqlpad
Web-based SQL editor run in your own private cloud. Supports MySQL, Postgres, SQL Server, Vertica, Crate, ClickHouse, Trino, Presto, SAP HANA, Cassandra, Snowflake, BigQuery, SQLite, and more with ODBC
Stars: ✭ 4,113 (+567.69%)
Mutual labels:  odbc

Build Status Build status Fuzzing Status

Welcome to the exciting world of MDB Tools! MDB Tools is a set of programs to help you extract data from Microsoft Access files in various settings. See the NEWS file for information about the latest release.

Components

The major pieces of MDB Tools are:

libmdb

The core library that allows access to MDB files programatically.

libmdbsql

Builds on libmdb to provide a SQL engine (aka Jet)

utils

Provides command line utilities, including:

Command Description
mdb-ver Prints the version (JET 3 or 4) of an mdb file.
mdb-schema Prints DDL for the specified table.
mdb-export Export table to CSV or SQL formats.
mdb-json Export table to JSON format.
mdb-tables A simple dump of table names to be used with shell scripts.
mdb-count A simple count of number of rows in a table, to be used in shell scripts and ETL pipelines.
mdb-sql A simple SQL engine (also used by ODBC and gmdb).
mdb-queries List and print queries stored in the database.
prcat Prints the catalog table from an mdb file.
prkkd Dump of information about design view data given the offset to it.
prtable Dump of a table definition.
prdata Dump of the data given a table name.
prole Dump of ole columns given a table name and sargs.
mdb-hexdump (in src/extras) Simple hex dump utility that I've been using to look at mdb files.
mdb-array Export data in an MDB database table to a C array.*
mdb-header Generates a C header to be used in exporting mdb data to a C prog.*
mdb-parsecsv Generates a C program given a CSV file made with mdb-export.*

* Deprecated

odbc

An ODBC driver for use with unixODBC or iODBC driver manager. Allows one to use MDB files with PHP for example.

gmdb2

The Gnome MDB File Viewer and debugger. Alpha quality, moved to mdbtools/gmdb2.

License

Files in libmdb, libmdbsql, and libmdbodbc are licensed under LGPL and the utilities and gui program are under the GPL, see COPYING.LIB and COPYING files respectively.

Requirements

First, you must have reasonably current installations of:

If you want to build the SQL engine, you'll need bison (version >= 3.0) or byacc, and flex.

If you want to build the ODBC driver, you'll need unixodbc-dev (version 2.2.10 or above) or iodbc.

If you want to build man pages, you'll need GNU awk.

Installation

Latest version is available at https://github.com/mdbtools/mdbtools

Debian

apt install mdbtools

Homebrew

brew install mdbtools

From source

If you have cloned the Git repository, you will first need to generate the configure file (skip this step if you have downloaded a formal release):

$ autoreconf -i -f

Then:

$ ./configure

OR for a complete install (requires bison, flex, and unixODBC):

$ ./configure --with-unixodbc=/usr/local

By default, MDB Tools is linked against the copy of GLib returned by pkg-config. You can point to a different GLib installation using the GLIB_CFLAGS and GLIB_LIBS enivornment variables. Or, you can disable GLib entirely with the --disable-glib flag, in which case MDB Tools will use an internal implementation of GLib's functions.

configure can be passed any of the following flags to turn on other capabilities. Note that the options --with-unixodbc and --with-iodbc are mutually exclusive.

--with-unixodbc  specifies the location of the unixODBC driver manager and 
                 causes the unixODBC driver to be built.
--with-iodbc     specifies the location of the iODBC driver manager and 
                 causes the iODBC driver to be built.

A list of general options is available in the INSTALL file, and configure --help will give you the list of mdbtools specific options.

$ make

Once MDB Tools has been compiled, libmdb.[so|a] will be in the src/libmdb directory and the utility programs will be in the src/util directory.

You can then install (to /usr/local by default) by running the following as root:

$ make install

Some systems will also need the ld cache to be updated after installation; You can do that running:

$ ldconfig

Hacking

If you are interested in helping, read the HACKING file for a description of where the code stands and what has been gleened of the file format.

Contact

Please send bug reports to the new github repository. https://github.com/mdbtools/mdbtools/issues

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].