Libmswstr

Jul 20, 2023

Read and parse mdb file indices

When using Microsoft Jet 4 Databases, index fields are created using the DBLCMapStringW function check MSDN library for documentation of this function. Jet 4 driver itself loads this function from mswstr.dll on Microsoft Windows. The library contains static translation tables as opposed to LCMapStringW API in order to have consistent translations across all Windows Versions.

Libraries that try to read and parse mdb file indices like databases/mdbtools should work on every platform and therefore a platform independent version of this library is needed. This is an attempt to port the library to Posix-systems.



Checkout these related ports:
  • Zodb3 - Z - Object Database for python
  • Zodb - Python object-oriented database
  • Zabbix22-libzbxpgsql - Zabbix agent module for comprehensive monitoring of PostgreSQL servers
  • Xtrabackup8 - Open-source backup tool for InnoDB and XtraDB
  • Xtrabackup - OpenSource version of InnoDB backup with support of Percona extensions
  • Xrootd - Framework for fast, low latency, scalable data access
  • Xls2txt - Utilities to convert spreadsheet files to text and csv formats
  • Xapian-core12 - Probabilistic text search database engine
  • Xapian-core10 - Probabilistic text search database engine
  • Xapian-core - Probabilistic text search database engine
  • Xapian-bindings12 - Bindings allowing Xapian to be used from various programming languages
  • Xapian-bindings - Bindings allowing Xapian to be used from various programming languages
  • Wfb2sql - CIA World Fact Book to SQL Conversion Utility
  • Webdis - HTTP interface for Redis
  • Vsqlite - Well designed and portable SQLite3 Wrapper for C++