[go: up one dir, main page]

Showing 39 open source projects for "dbase for linux"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • More Bookings. Better Experience. Icon
    More Bookings. Better Experience.

    For tour and activity providers

    The all-in-one solution built to help you stay organised and get more bookings with thousands of connections to online travel agencies (OTAs), resellers and suppliers.
    Learn More
  • 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: 1 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: 29 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: 28 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: 0 This Week
    Last Update:
    See Project
  • Business password and access manager solution for IT security teams Icon
    Business password and access manager solution for IT security teams

    Simplify Access, Secure Your Business

    European businesses use Uniqkey to simplify password management, reclaim IT control and reduce password-based cyber risk. All in one super easy-to-use tool.
    Learn More
  • 5
    QtiPlot
    QtiPlot is a user-friendly, platform independent data analysis and visualization application similar to the non-free Windows program Origin.
    Downloads: 45 This Week
    Last Update:
    See Project
  • 6
    KDE based dBASE III+ file viewer / utility.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    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: 9 This Week
    Last Update:
    See Project
  • 8
    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: 10 This Week
    Last Update:
    See Project
  • 9

    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Easy Way To Build A Referral Program Icon
    The Easy Way To Build A Referral Program

    Referral Factory is the #1 referral software used by SMEs and Marketers.

    Referral Factory offers over 1000 pre-built referral program templates you can use as your own, or you can build your own referral program from scratch. You get unlimited referral campaigns on all plans, and brilliant support from their team of referral marketing experts.
    Learn More
  • 10
    xBase (dBase, Clipper, FoxPro) Swiss Army Knife
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11

    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(...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    dBaseCompiler

    dBase2c++ Compiler

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

    access_forms_in_html

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

    I want to move to Linux and MySQL but am currently using MS Access on W7. 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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    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: 14 This Week
    Last Update:
    See Project
  • 15

    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...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    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: 2 This Week
    Last Update:
    See Project
  • 17

    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: 1 This Week
    Last Update:
    See Project
  • 18
    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: 1 This Week
    Last Update:
    See Project
  • 19
    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
  • 20
    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
  • 21
    dbase2rules is a simple program to convert dbase database to rules suitable for shptoosm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    dollyBase is Dbase Clone, can read old dbf and prg files, and can interprete the old applications in xbase
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    A Java-based project for reading and writing on Xbase -- DBF (dBase III / Clipper) file. This project is an implementation of JavaDBF: http://sarovar.org/projects/javadbf/ Credits (JavaDBF): Anil Kumar K. Abraham K. Jacob
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    tinySQL is a SQL engine written in Java. It uses dBase format files compatible with MS Excel. tinySQL comes with a command line interpreter which you can use to create, drop, or update tables. A GUI for tinySQL can be found at www.sqlmagic.com
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    Seek42 is a fully featured search engine for SMB network shares. The database is 'in-house' (i.e. no dbase like mysql) producing very fast results. Seek42 is ready to go out of the box without any extra libraries or software to setup.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next