odbc
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 21
odbcpp 1.3
Except for a very few functions, all ODBC functions return an error code. It is extremely tedious to check every single function return value to make sure whether an error occurred or not. With odbcpp, an error is transformed to an exception. Thus, more>> Except for a very few functions, all ODBC functions return an error code. It is extremely tedious to check every single function return value to make sure whether an error occurred or not. With odbcpp, an error is transformed to an exception. Thus, you can write many calls within a try/catch block and handle any one error in the catch() statement. This will dramatically reduce your work. Also the library object maintain a state and know what they can and cannot do next. This will help you tremendously to catch errors that could otherwise take you days to find out. odbcpp is a free library under the GPL license. And Made to Order Software Corporation offers business licenses for businesses that need to use our product in their proprietary software. But, please, first give it a try! You can find odbcpp, the C++ library to use ODBC seamlessly, on http://sourceforge.net/pr ojects/odbcpp And please, let us know if you like it or not! Thank you. Alexis W.<<less
Added: 2008-07-15 License: GPL Price: $995.00USD
11 downloads
Connect to a Paradox database through a DBD::ODBC driver 1.0
The script will show you how to create an ODBC connection to a Paradox database, install the DBD::ODBC Perl module and how to use some queries for interrogating a Paradox table in connection with DBI Perl module (a database-independent interface) and the more>> The script will show you how to create an ODBC connection to a Paradox database, install the DBD:ODBC Perl module and how to use some queries for interrogating a Paradox table in connection with DBI Perl module (a database-independent interface) and the specific DBD driver. Previously you must install BDE (Borland Database Engine) on your computer. Using DBI and DBD you can connect to any kind of database you have in view (not only Paradox).<<less
Added: 2008-11-10 License: Freeware Price: $0.00USD
26 downloads
php_db2util 1.0
At the moment, the php_db2util extension supports: *) connecting to DB2 *) load data from client or server with replace option or insert option *) export data from table to client ( also not possible with ODBC ) *) run the runstats utility to more>> At the moment, the php_db2util extension supports: *) connecting to DB2 *) load data from client or server with replace option or insert option *) export data from table to client ( also not possible with ODBC ) *) run the runstats utility to recreate indexes ( also not possible with ODBC ) *) disconnect from DB2 Loads 2.000.000 rows in 10 minutes into a DB2 table! All this functions returns the count of the written/exported/readed lines to the calling function. This extension will not replace the ODBC support to IBM DB2, it will extend it. Requirements: You must have installed the runtime client from IBM for accessing the API libs. You can get the runtime client free as fixpack from the IBM website. There is also a free developer version of DB2 8.2.<<less
Added: 2004-07-30 License: GPL Price: $0.00USD
12 downloads
Other version of php_db2util
License:GPL
H2 Database Engine
H2 is a free and fast SQL database engine written in Java. Included are a JDBC and ODBC driver. Both disk based and in memory operation are supported. It can run in embedded and client / server mode. more>> H2 is a free and fast SQL database engine written in Java. Included are a JDBC and ODBC driver. Both disk based and in memory operation are supported. It can run in embedded and client / server mode. A web console application is included. Clustering is supported as well. It can run as a Java application or as a native executable.<<less
Added: 2005-12-16 License: Other Free / Open Source License Price: Free
1444 downloads
ADOdb Database Library for PHP 4.60
A PHP4 and PHP5 database abstraction library. Supports MySQL, PostgreSQL, Interbase/Firebird, Oracle (Oci8), MS SQL 7, ADO, Foxpro, Access, Sybase, Sybase SQL Anywhere, DB2, Informix, Frontbase, SQLite, LDAP, Netezza, SAPDB, generic ODBC/ODBTP, PDO more>> A PHP4 and PHP5 database abstraction library. Supports MySQL, PostgreSQL, Interbase/Firebird, Oracle (Oci8), MS SQL 7, ADO, Foxpro, Access, Sybase, Sybase SQL Anywhere, DB2, Informix, Frontbase, SQLite, LDAP, Netezza, SAPDB, generic ODBC/ODBTP, PDO etc. ADOdb provides code to handle inserts and updates that can be adapted to multiple databases quickly. A basic paginated grid is also provided, and support for database-backed session variables. Support for PHP5 iterators and exceptions included. Methods are provided for date handling, string concatenation and string quoting characters for differing databases. A metatype system is built in so that you can figure out that types such as CHAR, TEXT and STRING are equivalent in different databases. Able to create databases, tables, indexes portably using an xml schema or programatically. Also has sql performance monitoring and schema creation using XML.<<less
Added: 2000-09-07 License: BSD Price: 0.00
15 downloads
Other version of ADOdb Database Library for PHP
Price: FreeAdditionalInfoLGPLalso
License:BSD Style
License:BSD Style
JET Proxy 1.5
JET Proxy is a JDBC proxy driver. It is commonly used to access windows only ODBC data sources (like MS Access) from Linux, Unix, and Mac clients. more>> JET Proxy is a JDBC proxy driver. It is commonly used to access windows only ODBC data sources (like MS Access) from Linux, Unix, and Mac clients.<<less
Added: 2002-10-08 License: Freeware Price: $0.00USD
13 downloads
Other version of JET Proxy
MySQL Database 2 Excel KonvertR 1.00
MySQL 2 Excel KonvertR is a small application that automatically exports the entire contents of a MySQL Database to an Excel Workbook, without using ODBC. Features: All tables of MySQL database converted simultaneously; Column headings in each Excel more>> MySQL 2 Excel KonvertR is a small application that automatically exports the entire contents of a MySQL Database to an Excel Workbook, without using ODBC. Features: All tables of MySQL database converted simultaneously; Column headings in each Excel Worksheet named after the MySQL tables Field Names; Excel Worksheets named automatically after the MySQL tables in the database; Excel Worksheets ordered alphabetically in the Workbook; No need for ODBC connection/ODBC drivers for MySQL. One-file .exe: Nothing to Install or Uninstall!<<less
Added: 2002-06-25 License: Freeware Price: 0.00
13 downloads
Molly - Dynamic Website Architecture m2r10
Molly is a system and architecture for building dynamic database-backed web sites easily using HTML and simple MAML (XML) tags. Molly is written in PHP and works with MySQL, PostgreSQL, Oracle, & ODBC databases, and runs on Linux, OS X, and Windows. more>> Molly is a system and architecture for building dynamic database-backed web sites easily using HTML and simple MAML (XML) tags. Molly is written in PHP and works with MySQL, PostgreSQL, Oracle, & ODBC databases, and runs on Linux, OS X, and Windows.<<less
Added: 2007-03-23 License: GPL Price: $0.00USD
16 downloads
Connecting MS Access Database with JDBC-OBDC Bridge Driver
Tutorials on using the JDBC-ODBC Bridge driver with MS Access database. Topics include creating MS Access database file; creating DSN for MS Access database files; inserting rows to and retrieving rows from Access database. more>> Tutorials on using the JDBC-ODBC Bridge driver with MS Access database. Topics include creating MS Access database file; creating DSN for MS Access database files; inserting rows to and retrieving rows from Access database.<<less
Added: 2007-08-30 License: Free Non-Commercial Price: $0.00USD
22 downloads
SQL Solution 6.3
Simplifies integrating databases with web pages. Provides a powerful, user friendly, platform independent API for MySQL, PostgreSQL and ODBC database management systems. Output is XHTML compliant and handicapped accessible. more>> Simplifies integrating databases with web pages. Provides a powerful, user friendly, platform independent API for MySQL, PostgreSQL and ODBC database management systems. Output is XHTML compliant and handicapped accessible.<<less
Added: 2000-08-31 License: Other Price: $0.00USD
14 downloads
Other version of SQL Solution
License:Other Free / Open Source License
DSN-Less Connection to Access
This is an Example of how to Connect to an Access Database using a DSN-less Connection, using DBI::ODBC. The script uses DBI::ODBC module and was tested on Active Perl 5.8. The script is also easily c more>> This is an Example of how to Connect to an Access Database using a DSN-less Connection, using DBI::ODBC. The script uses DBI::ODBC module and was tested on Active Perl 5.8. The script is also easily changeable to use a DSN connection, just as long as you have one set up and spelled correctly.<<less
Added: 2007-07-31 License: Freeware Price: Free
840 downloads
phpMyChat 1.92
phpMyChat is an easy-to-install, easy-to-use multi-room chat system developed in PHP. more>>
phpMyChat 1.92 is an utility used as a multi-room chat system developed in PHP. It uses a database as the content storage. It already supports MySQL, PostgreSQL, and ODBC. It supports IRC-like commands, moderators, and is available with 37 languages.
<<less Added: 2008-02-18 License: GPL - GNU Public License Price: GPLGNUPublicLicense
15 downloads
uPHP free ring website php script
Allows site owners to easily manage a database of related websites Designed for use with MySQL, but enabled to function with other SQL database systems as well (db2, msaccess, mssql, mssql-odbc, oracl more>> Allows site owners to easily manage a database of related websites Designed for use with MySQL, but enabled to function with other SQL database systems as well (db2, msaccess, mssql, mssql-odbc, oracle, postgres7 ). Functions on both UNIX/linux and Windows servers. Enables site owners to easily include product links to amazon.com using their associate ID.<<less
Added: 2007-02-28 License: PHP License Price: Free
985 downloads
SWI-Prolog 5.7.12
SWI-Prolog is very useful because it offers a comprehensive Free Software Prolog environment, licensed under the Lesser GNU Public License. more>>
SWI-Prolog 5.7.12 is very useful because it offers a comprehensive Free Software Prolog environment, licensed under the Lesser GNU Public License. Together with its graphics toolkit XPCE, its development started in 1987 and has been driven by the needs for real-world applications. These days SWI-Prolog is widely used in research and education as well as for commercial applications.
Major Features:
- Kernel licensed under the LGPL. Prolog libraries are distributed under the GPL with an additional statement that allows for use in proprietary applications. Details can be found on the license page.
- fast compilation. E.g., loads 140,000 lines of code spread over 500 source-files in 2.3 seconds on an AMD 5400+ system.
- Robust and free of memory leaks. In use for several servers that run 24x7.
- Small. The full development environment, including graphics, libraries and many interface packages requires approx. 40MB harddisk. The non-graphical kernel is about 650Kb, the graphics library adds about 1.2Mb to the image.
- Scales well for large applications. No limits on program size, atom-length, term-arity or integer values. No performance degradation on predicates with many (indexed) facts.
- Unbounded integer and rational number arithmetic based on GMP library.
- Comprehensive set of built-in predicates, covering Part 1 of the ISO standard, the de-facto Edinburgh Prolog standard and important parts of Quintus and SICStus Prolog. Fair compatibility to Ciao, YAP and GNU-Prolog.
- Flexible and fast interface to the C- and C++-Language. The interface allows for calling both-ways, handling of non-determinism both ways and embedding of the SWI-Prolog kernel in C/C++ projects.
- The goodies: modules (upward compatible to Quintus and SICStus), garbage-collection (transparent to C/C++-code, including atom garbage collection), last-call optimisation, Dynamic expansion of the runtime stacks, ISO exception-handling (including C/C++ interface for catching and throwing exceptions).
- Execution profiler (time and call statistics) for Linux, most Unix platforms and Windows NT/2000/XP/Vista.
- Cross-Referencer. gxref/0 provides a graphical front-end for the extensible Prolog cross-referencer (xref).
- Portable to many platforms, including almost all Unix/Linux platforms, Windows (NT/2000/XP/Vista, including 64-bit editions), MacOS X (using X11 for graphics) and many more. Both 32-bits and 64-bits hardware is supported. Sources are plain C99, configured automatically using GNU autoconf (configure, make, make install).
- UNICODE character set handling internal. Ideal for web- and international applications.
- Machine-independent saved-states (save on one platform, run using the virtual machine of another platform).
- Multi-threading support: run multiple pre-emptively scheduled prolog engines on the same database.
- attributed variables, coroutining (freeze/2, when/2, dif/2), global variables, cyclic terms. Flag-controlled handling of occurs-check (on/off/error) see current_prolog_flag/2.
- Constraint Logic Programming, providing libraries for CHR (Constraint Handling Rules), clp(FD), clp(R,Q) and various others.
- Bundled with interface libraries for Java (JPL), ODBC, TCP/IP sockets, SSL, CGI form handling, etc.
- Multi-threaded Web server library with comprehensive libraries to generate HTML, HTTP authorization, session management, exchanging JSON (used by many AJAX widgets), etc.
- Fast and flexible libraries for parsing SGML/XML (HTML), parsing RDF, store and query the RDF triple model. A graphical editor for RDF/RDFS and OWL models called Triple20 is distributed seperately.
- Literate programming support through PlDoc. Provides integrated view on manual and application documentation and producing LaTeX documentation for your application.
- Unit testing support through PlUnit.
- Regular binary distributions for most popular platforms (Windows (32/64 bits), Linux (32 bits) and MacOS X (32 bits)).
- Regular distribution of the full source packages. The sources are also accesible through GIT.
Added: 2009-07-31 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
downloads
QuickTalk guestbook 1.7
QuickTalk guestbook is a powerful, scalable and fully customizable guestbook package for your web site. Compatible with several database server : MySQL, SQL Server, PostgreSQL, FireBird, SQLite, Oracle, MS-Access via odbc, Informix and DB2. Multiple more>> QuickTalk guestbook is a powerful, scalable and fully customizable guestbook package for your web site. Compatible with several database server : MySQL, SQL Server, PostgreSQL, FireBird, SQLite, Oracle, MS-Access via odbc, Informix and DB2. Multiple language interface. Complete customisation with templates. Advanced antispamming features User privacy protection. Administration interface. Allow location of message on map (Google).<<less
Added: 2007-06-25 License: GPL Price: $0.00USD
14 downloads
Other version of QuickTalk guestbook
License:GPL
Secleted [ 0 ] software to compare
- Page: 1 of 2
- 1
- 2
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above odbc search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed