Showing 50 open source projects for "odbc query"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    ODBC.jl

    ODBC.jl

    An ODBC interface for the Julia programming language

    The ODBC.jl package provides a Julia interface for the ODBC API as implemented by various ODBC driver managers. More specifically, it provides a prebuilt copy of iODBC and unixODBC for OSX/Linux platforms, while still relying on the system-provided libraries on Windows. This means that no extra installation of a driver manager is necessary after installing the ODBC.jl package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ODBC QueryTool
    Open ODBC Querytool. Query tool that specializes in working on a 3.5x ODBC database driver. Totally RDBMS independent as ODBC should be. Knows about every ODBC option, function and comes with full documentation.
    Leader badge
    Downloads: 32 This Week
    Last Update:
    See Project
  • 3
    manticoresearch

    manticoresearch

    Easy to use open source fast database for search

    Manticore Search is an easy to use open source fast database for search. Modern MPP architecture and smart query parallelization capabilities allow to fully utilize all your CPU cores to lower response time as much as possible, when needed. Powerful and fast full-text searching which works fine for small and big datasets. Columnar storage support via the Manticore Columnar Library for bigger datasets (much bigger than can fit in RAM). SQL-first: Manticore's native syntax is SQL. It speaks SQL...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    Apache Impala

    Apache Impala

    Apache Impala

    ..., and resource management frameworks as your Hadoop deployment, with no redundant infrastructure or data conversion/duplication. For Apache Hive users, Impala utilizes the same metadata and ODBC driver. Like Hive, Impala supports SQL, so you don't have to worry about reinventing the implementation wheel. With Impala, more users, whether using SQL queries or BI applications, can interact with more data through a single repository and metadata stored from source through analysis.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Engage for Amazon Connect, the Pre-built Contact Center Platform Icon
    Engage for Amazon Connect, the Pre-built Contact Center Platform

    Utilizing the power of AWS and Generative AI, Engage provides your customers with highly personalized, exceptional experiences.

    Engage is a pre-built, intelligent contact center platform that transforms customer service.
    Learn More
  • 5
    BaseScan

    BaseScan

    Relational Database Explorer

    Программа показывает данные в реляционной базе - в центре таблица, сверху те таблицы на которые она ссылается, снизу те что ссылаются на нее. При выделении строка показываются связанные через внешние ключи строки в других таблицах. Это удобно чтобы быстро посмотреть данные в базе не используя SQL. BaseScan shows data in relational database. Focused table at center, below and above - table related to focused table by many-to-one and one-to-many foreign keys. When focused on some row on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    QUOR

    QUOR

    Keeps track of your SQL Queries and Database Connections.

    ... are supported. There are different modes for parameters. This may be useful for testing SQL statements originally embedded in source code. Besides queries also connection information is stored and it is also tracked which query was executed or can be executed with which database connection. For organization purposes queries and database connections can also be tagged manually. It is also possible to use the command line to execute and export queries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    a R package. 'Qair' gives access to data bases used by air quality monitoring associations in France. It also contains functions to manipualte air quality datas.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    DBReport is a program for the creation and issuance of reports, written in Gambas. DBReport exists for Gambas1, Gambas2 (2.16 or higher) and Gambas3 (3.12.0 or higher) -- Creating reports in multiple layouts. -- connecting to one or more databases (even different ones) -- declaring parameters for the report(s) and/or the SQL-query(s) -- pass the parameters or enter them in a dialog, before printing -- compiled as executable and as gambas-component (gambas2) or library (gambas3...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 9
    CCG

    CCG

    CCG (Crud Class Generator) is a ORM tool for .Net

    The Crud Class Generator tool was developed for .Net to generate the class, which is an object model of a database table. Thanks to these created classes, many CRUD operations can be performed without writing a SQL query. *CCG is easy to use, because; it is developer-friendly *CCG is practical, because; it allows to make many crud processes without writing SQL query *CCG is fast because; The object size is very small and allowing multiple simultaneous operations to be performed by going...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Create state-of-the-art conversational agents with Google AI Icon
    Create state-of-the-art conversational agents with Google AI

    Using Dialogflow, you can provide new and engaging ways for users to interact with your product.

    Dialogflow can analyze multiple types of input from your customers, including text or audio inputs (like from a phone or voice recording). It can also respond to your customers in a couple of ways, either through text or with synthetic speech. Dialogflow CX and ES provide virtual agent services for chatbots and contact centers. If you have a contact center that employs human agents, you can use Agent Assist to help your human agents. Agent Assist provides real-time suggestions for human agents while they are in conversations with end-user customers.
    Try it free
  • 10

    Datalog Educational System

    Deductive Database with Datalog, SQL, RA, TRC, DRC

    The Datalog Educational System (DES) is a deductive database with Datalog, SQL, Relational Algebra, Tuple Relational Calculus and Domain Relational Calculus as query languages developed mainly for education. It can be used from most common Prolog interpreters over any supported OS and from portable executables (Windows, Linux and MacOS).
    Leader badge
    Downloads: 76 This Week
    Last Update:
    See Project
  • 11
    Query.jl

    Query.jl

    Query almost anything in julia

    Query is a package for querying julia data sources. It can filter, project, join and group data from any iterable data source, including all the sources supported in IterableTables.jl. One can for example query any of the following data sources: any array, DataFrames, DataStreams (including CSV, Feather, SQLite, ODBC), DataTables, IndexedTables, TimeSeries, Temporal, TypedTables and DifferentialEquations (any DESolution). The package currently provides working implementations for in-memory data...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SQLeo Visual Query Builder

    SQLeo Visual Query Builder

    Helping users to quickly understand SQL queries

    SQLeo is a professional lightweight SQL Query tool that permits to create or display complex sql queries (from OBIEE, Microstrategy, SSRS, Cognos, Hyperion, Pentaho ...) and permits to reverse engineer database models as db designers do. This SQL GUI supports all JDBC drivers: Oracle, MySQL, MSSQL, Firebird, HSQLDB, H2, PostgreSQL, CsvJdbc, SQLite, UCanAccess, MonetDB ... (but MySQL jdbc and CsvJdbc are the only driver included in the package) Can be compared with : FreeQueryBuilder...
    Downloads: 28 This Week
    Last Update:
    See Project
  • 13
    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 *auto...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    A Windows application for connecting to and working with several different database systems, ranging from Microsoft Access to MySQL, PostgreSQL, Oracle, SQL Server, SQLite and more, using ODBC drivers. Written in PowerBASIC for Windows 9.
    Leader badge
    Downloads: 44 This Week
    Last Update:
    See Project
  • 15
    Query constructor
    Structured visual SQL text constructor. Help manage and edit text in standard SQL (SELECT queries only)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

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

    Avaya BCMS Real Time Interfaces

    The bcmsSVR can access real time and historical reports from Avaya CM

    The bcmsSVR is similar to clintSVR, it is a gateway program for the access of real time and historical reports from Avaya CM. It retrieves these reports directly from Avaya CM and provides API(s) and other kind of interfaces for application development and integration. The bcmsSVR retrieves BCMS reports at an interval that specified by you, it stores the real time and historical data in database, Splunk and memory which enables multiple programs access via REST query API, OCX and C/C++ DLL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    ADO.Net DAC for Delphi

    Fastest and most reliable database connectivity solutions for any DB

    ADO.Net Data Access Components (DAC) for Delphi is the fastest and most reliable database connectivity solutions for any database using ADO.Net technology in Delphi. It provides data access to data sources such as SQL Server, Oracle and to data sources exposed through OLE DB and ODBC using ADO.Net data provider framework. ADO.Net DAC for Delphi is an enterprise solution with highest performance and unlimited possibilities. Data-sharing consumer applications can use ADO.NET DAC for Delphi...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    OLEDBDAC for Delphi

    Provides data access for data sources exposed through OLE DB.

    .... OLEDBDAC uses native OLE DB through COM interop to enable data access. OLEDBDAC does not support OLE DB version 2.5 interfaces. OLE DB Providers that require support for OLE DB 2.5 interfaces will not function correctly with the OLE DB Data Access Components. This includes the Microsoft OLE DB provider for Exchange and the Microsoft OLE DB provider for Internet Publishing. OLEDBDAC does not work with the OLE DB provider for ODBC (MSDASQL). To access an ODBC data source use the ODBCDAC instead.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    OracleClientDAC for Delphi

    A feature-rich and high-performance data access components for Oracle

    OracleClient Data Access Components (OracleClientDAC) is a feature-rich and high-performance library of components that provides native connectivity to Oracle from Delphi. OracleClientDAC-based applications connect to Oracle directly through the ADO.Net OracleClient, which is an Oracle Data Provider for .NET (ODP.Net). OracleClientDAC aims to assist programmers in developing of fast and native Oracle database applications. OracleClientDAC allows developers to take advantage of advanced...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    SqlClientDAC for Delphi

    A feature-rich and high-performance data access components for MS SQL

    .... SqlClientDAC is lightweight and performs well because it is optimized to access a SQL Server directly without adding an OLE DB or Open Database Connectivity (ODBC) layer. SqlClientDAC, a high-performance and feature-rich SQL Server connectivity solution, is a complete replacement for standard SQL Server connectivity solutions and presents an efficient native alternative to the Borland Database Engine (BDE) and standard dbExpress driver for access to SQL Server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    QueryPony

    QueryPony

    A Simple Generic Database Query Client and API

    With QueryPony, you can connect to various databases, list their tables and query them with SQL statements. The addressed databases are MS-SQL, MySQL, ODBC, OleDb, Oracle, SQLite, PostgreSQL, CouchDB.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Batabuddy 32bit (GUI)

    Copy query data into different databases and file formats.

    Copy query data into/from all major databases and some file formats (CSV, DDL). Written using Python/wxPython Bulk copy using bulk loaders (no ODBC or JDBC) #### noSQL Databases supported: 1. MongoDB #### SQL Databases supported: 1. Oracle 2. SQLServer 3. DB2 4. Sybase 5. Informix 6. MySQL 7. Infobright 8. MariaDB 9. PostgreSQL 10. TimesTen 11. SQLite More info at: https://github.com/data-buddy/DataBuddy/blob/master/README.md
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    QAL

    QAL

    Query Abstraction Layer

    Project has moved to: https://github.com/OptimalBPM/qal QAL is a collection of libraries for mining, transforming and writing data from and to a number of places. Sources and destinations include different SQL and NoSQL backends, file formats like .csv, XML and excel. Even untidy HTML web pages. It has a database abstraction layer that supports connectivity to Postgres, MySQL, DB2, Oracle, MS SQL server. JSON and MongoDB is coming. It uses XML/JSON formats(self-generated SQL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Execute Query
    Execute Query is a database utility allowing for the execution of simple queries to schema modifications and import/export of data using delimited and XML files and includes a powerful query execution and a fully functional database browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next