Showing 23 open source projects for "mysql from delphi"

View related business solutions
  • 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
  • Award-Winning Medical Office Software Designed for Your Specialty Icon
    Award-Winning Medical Office Software Designed for Your Specialty

    Succeed and scale your practice with cloud-based, data-backed, AI-powered healthcare software.

    RXNT is an ambulatory healthcare technology pioneer that empowers medical practices and healthcare organizations to succeed and scale through innovative, data-backed, AI-powered software.
    Learn More
  • 1
    Entity Framework 6

    Entity Framework 6

    This is the codebase for Entity Framework 6

    ...Like O/RM, EF6 reduces the impedance mismatch between the relational and object-oriented worlds, allowing developers to write applications that interact with data stored in relational databases with strongly typed .NET objects that represent the domain of the database. application, and eliminate the need for much of the data access "mechanical" code that you would normally write. Mapping POCO entity classes that do not depend on any EF type. Models can be generated from existing databases and then manually edited, or they can be created from scratch and then used to generate new databases. Integration with .NET Framework application models, including ASP.NET, and through data binding, with WPF and WinForms. Database connectivity based on ADO.NET and various providers available to connect to SQL Server, Oracle, MySQL, SQLite, PostgreSQL, DB2, etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Excel  AddIn :   In2Sql

    Excel AddIn : In2Sql

    ODBC Cloud SQL Explorer. Connection Manager. Query Editor.

    https://sourceforge.net/projects/in2sql Video for best usage https://rb.gy/tvl8lk This Excel Addin helps SQL analytic create an Excel report based on ODBC relational data. *Creates table base on data from a relational database *Generate a pivot report using the same external connection (1) *Some ad-hoc tools are available - like "keep only" and "remove only" *you can use the row limit option for exploring the largest dataset *The ODBC connection manager is available...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    JAETL - Just Another ETL Tool

    JAETL - Just Another ETL Tool

    Just Another ETL Tool

    JAETL - Just Another ETL tool is a tiny and fast ETL tool to develop data warehouse. JAETL allows to Extract data from ARFF (Weka), CSV, and SQL, Transform the data with join, replace missing values, remove duplicates, mapping filtering, variable selection, and Load the data into SQL server and export to CSV and ARFF.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Sooda is a library that provides simple yet efficient means for accessing relational databases from .NET languages such as C#, VB.NET, JScript.NET. It provides transparent object materialization, lookup, 1-N, N-N relations, XML serialization, transaction
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Most Powerful Software Platform for EHSQ and ESG Management Icon
    The Most Powerful Software Platform for EHSQ and ESG Management

    Addresses the needs of small businesses and large global organizations with thousands of users in multiple locations.

    Choose from a complete set of software solutions across EHSQ that address all aspects of top performing Environmental, Health and Safety, and Quality management programs.
    Learn More
  • 5
    EnBpgs
    This project focuses on the Earth & Beyond (PGS) server as well as a client side proxy launcher. E&B was originally developed by Westwood Studios and later managed and developed by EA Games. EA retired Earth and Beyond in Sept. of 2004. --------------------------------------------------------------------------- Earth & Beyond Privet Galaxy Server goal of the reborn team
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    inventory management system

    inventory management system

    A simple inventory system for Library, Lab & any rent shop.

    This is the inventory management system of the research lab of INDEPENDENT UNIVERSITY, BANGLADESH. It also can be use for any Library or any kind of inventory system from where people can borrow products/parts/books/cd/dvd etc. I use MYSQL database and C# in this project. I also provide the source code of it. This is my first contribute to open source. So let me know your opinions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    cde4php - Cross Database Engine for PHP

    cde4php - Cross Database Engine for PHP

    Uniform Database Abstraction for PHP Development

    Debby has replaced CDE in the Tina4Stack, you may want to check it out at http://tina4.com CDE is a PHP class which implements the general database functions in PHP and provides a common SQL platform for php development where developers change their databases but not their code. Supports Firebird, MySQL,Oracle,SQLite, MSSQL(both drivers),CUBRID,ODBC. CDE now supports date uniformity, param passing & BLOB handling across all the databases supported. CDE is not a replacement for PDO,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Model driven code generation can improve coding standards, speed, quality of development and reduce your costs. From my experience generating code from XML using XSLT is one of the best and fastest solutions. This is just the base of the framework presenting the idea, any code template can be implemented upon request. Some sample generators are present for SQL / PLSQL / C# / AnsiC / Java The main target is to generate DTO/BDO/POJO objects based on the database definitions in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    SSDM (formerly SqlceViewer) is a database management studio for universal databases.Includes : MySql,Access,SqlServer,Excel,SqlCe,SqlLite,Firebird.etc.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • WinMan ERP Software Icon
    WinMan ERP Software

    For companies of all sizes and enterprises in need of a solution to improve their operations

    WinMan ERP is an all-encompassing solution designed to manage the operational, quality, commercial, and financial processes of manufacturers and distributors. It is particularly well-suited for companies embracing Lean strategies.
    Learn More
  • 10
    Website Database Management

    Website Database Management

    Controls and manages remote MySQL database of website

    This is a simple but robust desktop application which helps to manage the remote or local mysql database. This application in mostly useful for the software developer who has to view, modify database of the remote database frequently. Its as simple as PHP MyAdmin. If the interface to view the data from the database is not made for the hosted website, this software can play a vital role to view, edit and delete data from the database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    doPersistence

    Data persistence with one line of code.

    doPersistence is a C# dll that persists any object to any database. Will save directly to tables with dynamic Sql or it will map to stored procedures (store, load, delete, list). For single objects add a class attribute: [Persistable("Customer", "CustomerId", true)] public class Customer { ... For list objects, inherit from a generic list: public class CustomerList : PersistentList<Customer> Bulk storage is extremely fast with data pagination available on loads. ~10,000...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Database unit testing for .Net - MS SQL, MySQL, Oracle. Includes a database testing dll/API, an example project with C# templates to help get started, sql helper scripts and an application to export XML from a database. Features include - testing data outputs, sql objects definitions and security requirements. See http://dbtestunit.wordpress.com/ for more detail.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    MyTools.NET
    Free software for MySQL servers and databases management.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    NhGen - NHibernate Code Generator
    A Mapping generator for NHibernate (NH) via FluentNH and NH.Burrows. Generate source code in C# to access MySql or SQL Server dbs. VB.Net may be supported eventually. See Develop > News menu for updates and release notes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The AutoCodeMachine will generate the business object and logical data processing object according to the table schema from various database . UI is based on WPF
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Sql2Csv is a small tool converting records selected from a database to a text file with separated values, html webpage, sql dump or xml file. Target users are semi database professionals that are able to use SQL. Sql2Csv is a .NET based tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The AUCAS File Clerk is a simple, networked document management system for .NET. It utilizes a MySQL database to index scanned files and make them searchable/viewable from any workstation. Developed as part of a system implemented at Andrews University.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The SQLConnector is a library that provides easier access to a MySQL database from .NET languages using the MySQL Connector. Its structure allows easy adaptation for other databases too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This is a programm which converts table schemas and datas between different odbc databases. (Actualy only converts from MS-Access -> MySQL and MS-Acces -> Oracle are supported)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    DB Converter is a windows based application that converts (at the moment) database structure from MS Access to Oracle and PostgreSQL compatible SQL. It will also convert to MySQL compatible SQL with the added options of converting to a PHP script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Automated Server Monitor (ASM) has been designed to monitor 1..n servers for service availability. This includes checking any TCP/UDP service, many popular databases including Firebird, MySQL and SQL Server. ASM has been written using Delphi and C#.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    An XML development and end user tool written in C# that allows data from a variety of sources (e.g. MySQL, web services, SQL Server) to be dynamically aggregated into an XML document and then reported on to a variety of targets, end to end without coding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This project is a front end for PostgreSQL 8.X databases. The user interface follows the SQL Server Management Studio from Microsoft. I am further using this project as a research project in interaction design and am utilizing many open source controls.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next