Skip to content

serbod/DBReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBReader

Database files reader. Directly read data from database files. No need for SQL server, DLLs, ODBC and other API.

Supported databases:

  • Interbase 6, 7 (.GDB, .FDB)
  • Firebird 2.1 up to 3.0 (.GDB, .FDB)
  • Midas.dll/DataSnap/ClientDataSet (.CDS)
  • Paradox 3.0 up to 7.x (.DB)
  • dBASE/FoxPRO (.DBF)
  • Mapsoft data export (.GSR)
  • MS SQL Server (.MDF, .BAK)
  • MS Access/MS Jet 4 (.MDB, .ACCDB)
  • MS Outlook (.PST)
  • MS Exchange/MS ESE (.EDB)
  • MySQL InnoDB (.IBD)

Sample projects:

  • Database browser - browse tables and inspect values

Dependencies: