377 projects tagged "Database Engines/Servers"
tdbSQL is a complete implementation of an EASY SQL server for the tdbengine RDBMS. It is a client-server solution that can be accessed via TCP and makes it possible to access tdbengine DBs from languages other than EASY, including Perl, PHP, C, C++, C#, and Java. It combines the perfomance of the tdbengine with the feeling and standards of other SQL databases and features integrated rights management.
Tdbengine is an RDBMS with an integrated programming language. It represents the enhancement of the famous DOS-TDB, and is designed to handle databases on the Web. It connects to the Web server using the standard CGI interface, or runs on the command line. It is very small (about 400 KBytes), extremely quick, and easy to administrate. Its features are full text indexing, an automatic data link system, and the script language EASY, which replaces the commonly used SQL with its modular code.
twz1jdbcForMysql (aka tjFM) is a type 4 JDBC driver for TcX's MySQL database. It has numerous initialization options settable by URL parameter, passed Properties or a properties file (for applications). It can cache query results to memory (default), disk (applications only) or not cache at all at the user's option. It handles insertion (through PreparedStatement) and retrieval of binary objects (blobs) and is delivered with source.
Tyserv is a DBMS for UNIX-like systems. It has isam-like access, transaction control, rollback, commit, exclusive lock, access control by client IP address, and user authentication. If you like old but simple database programming environments like COBOL+VSAM(KSDS) or C+C-ISAM, you will like Tyserv.
The unixODBC project provides Unix applications with the same ODBC 3.51 API and facilities available under Windows. It provides a Driver Manager that supports the full ODBC API and performs the ODBC 3 to ODBC 2 translations with UNICODE to ANSI conversion. It also includes a set of graphical utilities that allow users to specify connections to DBMSes to be used by applications, a collection of ODBC drivers including a simple text based driver, an NNTP driver, a Postgres driver and others, and a selection of templates and libraries that to aid in the construction of ODBC drivers. It works with MySQL, Postgres, StarOffice/OpenOffice, Applixware, iHTML, PHP, Perl DBD::ODBC, and many other applications and drivers. Connection pooling is also provided to increase performance with applications such as PHP.
xml2sql is a collection of Perl script to convert XML files into SQL scripts for creating tables in a database. The generated SQL scripts are commented with the descriptions you provide in your XML, so it it easy to figure out what does what. xml2sql does no validation of your XML files.