Showing 52 open source projects for "dbase"

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    Access the simple dbf database format the easiest possible way. This library consists basically of only two files (dbf.h and dbf.c), although C++ wrappers and sample GUI apps using wxWidgets and MFC are included, plus a C# implementation with no GUI.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    TDBF is a native dBASE III+, dBase IV and dBase 2k data access component for Delphi, BCB, Kylix, FreePascal. It allows you to create very compact database programs which don't need any special installer programs. The DB engine code is compiled right into your executable.
    Downloads: 46 This Week
    Last Update:
    See Project
  • 3
    DBConvert
    DBConvert is a cross converter for HanDBase-, List-, JFile-, MobileDB-, PilotDB-, MariaDB-, MySQL-, PostgreSQL-, SQLite-, MS-Access-, SQL Server-, Firebird- , DBase- and Foxpro- databases, as well as MS-Excel and Calc spreadsheets, CSV- , JSON-, vCard-, hCard-, jCard-, xCard-, YAML- and XML files. Source files: https://github.com/TvBreukelen/fnpdbservices
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 4
    This is a Java based xBase engine to read write and update dbf files. Using the package's classes and methods programmers can process dBase III and IV files and some clones (e.g. Clipper/FoxPro) along with index and tag files and the individual fiel
    Downloads: 3 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5
    QtiPlot
    QtiPlot is a user-friendly, platform independent data analysis and visualization application similar to the non-free Windows program Origin.
    Downloads: 40 This Week
    Last Update:
    See Project
  • 6

    dbfreadcpm

    dBase III database reader for CP/M written in Pascal using xbase3a.inc

    Although you can download examples of DBF files readers written in Pascal, none of them compiles with Turbo Pascal 3 for CP/M system. This one uses record data types defined in xbase3a.inc (you can download it e.g. from here: http://annex.retroarchive.org/cdrom/nightowl-004/006A/XBASE3A.ZIP) and provides missing file access layer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    TC SQL Plugin

    Total Commander FS plugin for access to server and local databases

    Total Commander FS plugin provides an access to the objects of server-based and local databases that can be connected to using Microsoft ADO technology: OLE DB providers (MS SQL Server, Oracle, DB2, Sybase, InterBase, MySQL, MS Access) and ODBC drivers (Paradox, dBASE, FoxPro, Excel, CSV). - Creates new connection in simple visual mode. - Connection login and password can be stored encrypted. - Display of database objects as TC hierarchy. - Shows table descriptions (CREATE TABLE... - columns, indexes, primary and foreign keys) with F3 and F5. - Export table or view data to another TC panel in different formats (Excel, HTML, XML, CSV, Text, RTF)...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    DBF/dBASE в MySQL, CSV, XML
    Конвертация DBF файлов в MySQL, CSV или XML. Русский, English, Deutsch, Español, Italiano, Français, Čeština, Română. http://dbf-to-mysql-csv-xml.sourceforge.net
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Dbf Table Manager

    Dbf Table Manager

    Dbf Table Manager v0.4

    Dbf Table Manager: This is an application that uses the TDBF component. It allows you to view, create, restructure and manage your tables using a simple graphical interface. It supports only DBase III+, DBase IV and DBase VII.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 10
    KDE based dBASE III+ file viewer / utility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    DataCleaner

    DataCleaner

    Data quality analysis, profiling, cleansing, duplicate detection +more

    DataCleaner is a data quality analysis application and a solution platform for DQ solutions. It's core is a strong data profiling engine, which is extensible and thereby adds data cleansing, transformations, enrichment, deduplication, matching and merging. Website: http://datacleaner.github.io
    Downloads: 18 This Week
    Last Update:
    See Project
  • 12

    PL/SQL ESRI Shape & dBase Converter

    Creates a shape file from a query

    This PL/SQL package converts a query with a sdo_geometry into an ESRI shape file and a shape file into a Oracle table. It can also convert a Oracle table into a dBase file and vice versa. Sample 1 - create a shape file (alk.shp, alk.shx, alk.dbf) of type 5 (=Polygon) from table MYTABLE with sdo-column="geo" and SDO_GTYPE=3003: select zvk_shape.write_shp('DATA_PUMP_DIR','alk', 'select t.C01 "NAME", t.C20 "FLST", t.GEO from MYTABLE t where t.C02 = ''ALK'' order by t.C01','GEO',5) "alk" FROM dual;
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    xBase (dBase, Clipper, FoxPro) Swiss Army Knife
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    Nodejs MySQL Query Builder

    A small lib that builds query using mysql and nodejs

    This is a small mysql query builder using the nodejs mysql driver by felixge. Sample Usage: ```js var query_builder = require('query_builder'); var dbconn_default = { host : 'host', user : 'user', pass : 'password', dbase : 'database_schema' }; var qb = new query_builder( dbconn_default ); var select_details = { table : 'table_name', fields : [ 'field1', 'field2', ... ], conditions : { field1 : 'value1', field2 : 'value2' } }; qb.select( select_details, function( err, rows ){ if( err ) console.log( err ); else console.log( rows ); }); ``` By this, we can generate a query something like this: ```sql SELECT `field1`, `field2` FROM `table_name` WHERE `field1` = 'value1' AND `field2` = 'value2' ``` For more information, visit the github project. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    dBaseCompiler

    dBase2c++ Compiler

    converts dBase source files into C++ so you can compile it with gcc under Linux.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    SILCAFE

    SILCAFE

    Sist. Impressão e Leitura de Cartões e Formulários para Escolas

    ...O software calculará automaticamente a nota do aluno e salvará os resultados em arquivos notas.txt ( arquivo texto ), notas.csv ( arquivo do Excel ) e notas.dbf ( banco de dados DBASE IV), possibilitando que a empresa ou o programador que criou o sistema para a sua escola possa adicionar rotinas ao código fonte para importar esses dados, evitando também o trabalho de digitação das notas no sistema da escola.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    access_forms_in_html

    make Access-like forms for MySQL databases, using a local webserver

    ...As MySQL has no front-end I have been searching for years (!) to find a simple way of developing user-interaction forms which do the same as (and more than?) MS Access forms. I've looked at lots of dbase admin front ends (PHPMyAdmin, SQLWorkbench, etc.), CMSs, CRMs and ERPs. I've looked at Wavemaker and LibreOffice Base. But I think there should be a project using a standard HTML server (Apache), PHP, Javascript and JQuery. For example, JQuery's "select2" combo box can be adapted quite easily to do what Access "find" combo boxes do, using Ajax. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    dBASE Reader and Converter

    dBASE Reader and Converter

    !!! NO LONGER MAINTAINED !!!

    dbf is an easy-to-use command line tool to show and convert the content of dBASE III, IV, and 5.0 files. It reads dBASE databases and prints the content to the screen or converts it to comma-separated (*.csv) files which can be opened in Excel, Calc.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 19

    AccessXBase3

    AccessXBase3 is a database built on the DBASEIII platform

    I started with DBASE III for dos, and moved the project into VB6. I realize it needs to move from there, but all the simple data types are covered, it can do MEMO fields but that needs a little work to actually write them, but the plan was to create a modern implementation. I have source files on that level. I was side tracked at the time so I've not gotten that far on my own, but the DLL is able to read and write the files, I've written code that will allow for marcos and I'd like to see DBASEIII format take over. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    dbasero

    dBbase database editor.

    Dbasero is a dBase database editor, you can create, edit, modify dbase databases and it is possible too export the table to mysql. dbasero.jar is the standalone java executable, you can run it with: java -jar dbasero.jar dbasero.zip are the sources. The main class is Gui
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Cheetah Database System

    Small, Fast, dBase/FoxPro compatible database library (Cheetah4.dll)

    xBase database library. Creates traditional dBase III Plus and FoxPro database files. Unique dual btree indexes allow multiple indexes in each disk file. Small disk/memory footprint (81K). Ability to interface to multiple programming languages. Cheetah is an extremely fast, old school, traditional record manager. Cheetah can be used with any compiler that can link to a standard Windows DLL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PyPedal is a Python module that provides tools for the manipulation of pedigrees, simple visualization of pedigrees, and the calculation of measures of genetic diversity from pedigrees.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Database manager for creating, reading and modifing dBase, CSV and other databases
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Cross vendor database interface classes for .NET written in C# providing a consistent way of accessing SQL Server,SQL Server CE,Oracle,Access,Access 2007,MySql,DB2,Visual FoxPro,dBASE,Paradox,Pervasive,Firebird,VistaDB and Postgresql databases.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    dbf dump
    Viewer for dbf (dBase) files under Windows (written in C#) - header, subrec and record information. Allows text dump of all data.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next