<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Free Linux Tools &#187; Database Servers</title>
	<atom:link href="http://linuxproducts.net/free/database-servers/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxproducts.net</link>
	<description></description>
	<lastBuildDate>Fri, 06 Mar 2009 22:05:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Apache Xindice 1.0</title>
		<link>http://linuxproducts.net/apache-xindice-10-152.html</link>
		<comments>http://linuxproducts.net/apache-xindice-10-152.html#comments</comments>
		<pubDate>Thu, 10 Jan 2008 15:22:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database Servers]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache xindice]]></category>
		<category><![CDATA[xindice]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.alisveriscantasi.com/?p=152</guid>
		<description><![CDATA[Apache Xindice is a database designed from the ground up to store XML data or what is more commonly referred to as a native XML database. The name is pronounced zeen-dee-chay in your best faux Italian accent. Don&#8217;t worry if you get it wrong though, we won&#8217;t mind. We just care that you spell it [...]]]></description>
			<content:encoded><![CDATA[<p>Apache Xindice is a database designed from the ground up to store XML data or what is more commonly referred to as a native XML database. The name is pronounced zeen-dee-chay in your best faux Italian accent. Don&#8217;t worry if you get it wrong though, we won&#8217;t mind. We just care that you spell it correctly.<span id="more-152"></span></p>
<p>You might be wondering what a native XML database is good for? Well it pretty much has one purpose, storing XML data. If you don&#8217;t have any XML data, don&#8217;t want any XML data or think XML is the most over-hyped technology of the new millennium, then Xindice is not for you. We&#8217;re not out to change the way data in general is stored, only to provide a good solution for storing XML data. If you survey your projects and see XML popping out of every corner, then Xindice might be a real help for storing that XML.</p>
<p>The benefit of a native solution is that you don&#8217;t have to worry about mapping your XML to some other data structure. You just insert the data as XML and retrieve it as XML. You also gain a lot of flexibility through the semi-structured nature of XML and the schema independent model used by Xindice. This is especially valuable when you have very complex XML structures that would be difficult or impossible to map to a more structured database.</p>
<p>At the present time Xindice uses XPath for its query language and XML:DB XUpdate for its update language. We provide an implementation of the XML:DB API for Java development and it is possible to access Xindice from other languages using built in XML-RPC API. As standards in the XML database area mature Xindice will include support for those that are most important.</p>
<p>Xindice is the continuation of the project that used to be called the dbXML Core. The dbXML source code was donated to the Apache Software Foundation in December of 2001.</p>
<p>Native XML database technology is a very new area and Xindice is very much a project still in development. The server currently supports storing well formed XML documents. This means it does not have any schema that constrains what can be placed into a document collection. This makes Xindice a semi-structured database and provides tremendous flexiblity in how you store your data, but, also means you give up some common database functionality such as data types. In its current state Xindice is already a powerful tool for managing XML data. However, there is still much that needs to be done. Feedback and contributions are actively encouraged.</p>
<p>This document attempts to describe those features that are working and can be used today. You should review the README file that is part of the Xindice distribution for the most current status on the project.</p>
<p><span style="color: blue"><strong>Here are some key features of &#8220;Apache Xindice&#8221;:</strong></span></p>
<p>· <strong>Document Collections:</strong> Documents are stored in collections that can be queried as a whole. You can create collections that contain just documents of the same type or you can create a collection to store all your documents together. The database doesn&#8217;t care.</p>
<p>· <strong>XPath Query Engine:</strong> To query the Document Collections you use XPath as defined by the W3C. This provides a reasonably flexible mechanism for querying documents by navigating and restricting the result tree that is returned.</p>
<p>· <strong>XML Indexing:</strong> In order to improve the performance of queries over large numbers of documents you can define indexes on element and attribute values. This can dramatically speed up query response time.</p>
<p>· <strong>XML:DB XUpdate Implementation:</strong> When you store XML in the database you may want to be able to change that data without retrieving the entire document. XUpdate is the mechanism to use when you want to do server side updates of the data. It is an XML based language for specifying XML modifications and allows those modifications to be applied to entire document collections as well as single documents.</p>
<p>· <strong>Java XML:DB API Implementation:</strong> For Java programmers Xindice provides an implementation of the XML:DB API. This API is intended to bring portability to XML database applications just as JDBC has done for relational databases. Most applications developed for Xindice will use the XML:DB API.</p>
<p>· <strong>Command Line Management Tools:</strong> To aid the administrator Xindice provides a full suite of command line driven management tools. Just about everything you can do through the XML:DB API can also be done from the command line.</p>
<p>· <strong>Modular Architecture:</strong> The Xindice server is constructed in a very modular manner. This makes it easy to add and remove components to tailor the server to a particular environment or to embed it into another application.</p>
<p>· <strong>Database Structure</strong></p>
<p>· The Xindice server is designed to store collections of XML documents. Collections can be arranged in a hierarchy similar to that of a typical UNIX or Windows file system.</p>
<p>· In Xindice the data store is rooted in a database instance that can also be used as a document collection. This database instance can then contain any number of child collections. In a default install of Xindice the database instance is called &#8216;db&#8217; and all collection paths will begin with /db. It is possible to rename the database instance if desired though it is not necessary to do so.</p>
<p><a href="http://apache.iasi.roedu.net/xml/xindice/xml-xindice-1.0.tar.gz">Sources mirror 1 (tar.gz)</a></p>
<p><a href="http://www.eu.apache.org/dist/xml/xindice/xml-xindice-1.0.tar.gz">Sources mirror 2 (tar.gz)</a></p>
<p><a href="http://www.apache.org/dist/xml/xindice/xml-xindice-1.0.tar.gz">Sources mirror 3 (tar.gz)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxproducts.net/apache-xindice-10-152.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Password Repository 1.1.9 Beta</title>
		<link>http://linuxproducts.net/oracle-password-repository-119-beta-151.html</link>
		<comments>http://linuxproducts.net/oracle-password-repository-119-beta-151.html#comments</comments>
		<pubDate>Thu, 10 Jan 2008 15:20:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database Servers]]></category>
		<category><![CDATA[opr]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[oracle password repository]]></category>

		<guid isPermaLink="false">http://www.alisveriscantasi.com/?p=151</guid>
		<description><![CDATA[Oracle Password Repository is a Unix-based secure tool for storage &#38; retrieval of Oracle database passwords.
By replacing hardcoded passwords in scripts with a call to OPR, it helps to keep your Oracle environment secure and easier to maintain.
What&#8217;s New in This Release:
· The INSTALL file informed that you need to be able to see the [...]]]></description>
			<content:encoded><![CDATA[<p>Oracle Password Repository is a Unix-based secure tool for storage &amp; retrieval of Oracle database passwords.</p>
<p>By replacing hardcoded passwords in scripts with a call to OPR, it helps to keep your Oracle environment secure and easier to maintain.</p>
<p><strong>What&#8217;s New</strong> in This Release:</p>
<p>· The INSTALL file informed that you need to be able to see the oracle oci libraries, but it fact you need these only at runtime. You do need access to the OCI headers files during runtime though. But these rights are enabled by default oracle installations.<br />
· opr now uses libltdl, a dynamic loading abstraction, to tackle compiling issues on (for example) hp-ux.<br />
· added file locking on the repository file.<br />
· fixed 2 strncat invocation bugs.</p>
<p><a href="http://prdownloads.sourceforge.net/opr/opr-1.1.9-beta.tar.gz?use_mirror=switch">Sources mirror 1 (tar.gz)</a></p>
<p><a href="http://prdownloads.sourceforge.net/opr/opr-1.1.9-beta.tar.gz?use_mirror=surfnet">Sources mirror 2 (tar.gz)</a></p>
<p><a href="http://prdownloads.sourceforge.net/opr/opr-1.1.9-beta.tar.gz?use_mirror=citkit">Sources mirror 3 (tar.gz)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxproducts.net/oracle-password-repository-119-beta-151.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>picoSQL 2.0.4a</title>
		<link>http://linuxproducts.net/picosql-204a-150.html</link>
		<comments>http://linuxproducts.net/picosql-204a-150.html#comments</comments>
		<pubDate>Thu, 10 Jan 2008 15:17:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database Servers]]></category>
		<category><![CDATA[cobol]]></category>
		<category><![CDATA[odbc]]></category>
		<category><![CDATA[picosql]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.alisveriscantasi.com/?p=150</guid>
		<description><![CDATA[picoSQL project is the first Italian Open Source relational database management system.
The project of picoSQL was born in 1995. It was an ODBC driver for COBOL indexed files. It consisted of a DLL written in C++ on Windows 3.1 operating system. In the beginning the main effort was made in order to obtain a good [...]]]></description>
			<content:encoded><![CDATA[<p>picoSQL project is the first Italian Open Source relational database management system.</p>
<p>The project of picoSQL was born in 1995. It was an ODBC driver for COBOL indexed files. It consisted of a DLL written in C++ on Windows 3.1 operating system. In the beginning the main effort was made in order to obtain a good compatibity with existing front-end (mainly the MS-Access, MS-Query and VisualBasic) and in order to see COBOL files as a normalized relational DB.</p>
<p>The obtained success concurs to develop ulteriorly the product, refining the query optimizer and implementing an extended SQL, to exclusion of the DDL (Data Description Language). A later version, called PicoDB, were devoloped on UNIX system in client/server architecture.</p>
<p>PicoSql is released under GPL license; it derives from PicoDB (that remains a Picosoft proprietary product) with the addition of some SQL-DDL statement (CREATE/DROP TABLE(INDEX) and excluding COBOL files compatibility). The C/C++ library that allow the database access from C/C++ programs using the ODBC 2.5 API is released under LGPL license; this allows to link the library with programs that are not under GPL.</p>
<p>PicoSQL can be used from Windows applications (like MS-ACCESS, MS-Query, VB etc.) in client/server modality using the ODBC driver picoSQLNet. It can moreover be used from appropriate Java programs through the JDBC driver comprised in the distribution. Finally it can be used from programs written in C and C++ through its set of ODBC 2.5 compliant API.</p>
<p>PicoSQL lacks at the moment of some common characteristics to the most common RDBMS (like the schema and catalogue concepts and the management of the user permissions who can be obtained anyway using the permissions of the host operating system) but they are just these lacks to make it particularly simple to install and to use and fast in the logons and the queries.</p>
<p><strong>Installation:</strong></p>
<p>The installation is particularly simple: if you have the binary distribution, is sufficient to extract the compressed files in one directory ( under Windows NT/2000/XP) and execute:</p>
<p>startTestDb.sh (Unix/Linux)</p>
<p>PicoSQL consists fundamentally in a program, picosqld, to activate through inetd (or xinetd) or picoserv. In such a way it becomes a net service binded to a port, that is to a entire number comprised between 1 and 65535; this number (as an example 6789) must always be specified on the command line of picosqld. As an example:</p>
<p>picosqld 6789</p>
<p>For the activation with inetd (or xinetd), you must see the relative documentation. picoserv is a simple program that replaces inetd, mainly for scopes of test or debugging: its usage is the following:</p>
<p>picoserv [-f] commandLine portNumber</p>
<p>In our case the activation of picosqld can be obtained with the following command line:</p>
<p>picoserv &#8220;picosqld 6789&#8243; 6789</p>
<p>To notice as the port number is specified two times, as an argument of picosqld and as an argument of picoserv.</p>
<p>When picosqld receive a connection request, it reads a configuration file to find the necessary informations. This file is a text file on Unix/Linux systems.</p>
<p># Unix/Lunixthe file read for configuration is</p>
<p>$HOME/.picosql.ini</p>
<p>or, if this file is missing</p>
<p>/etc/picosql.ini</p>
<p>The file consists of sections and parameters. A section begins with the name of the section in square brackets and continues until the next section begins. Sections contain attributes of the form</p>
<p>name=value</p>
<p>The file is line-based &#8211; that is, each newline-terminated line represents either a comment, a section name or a parameter. Section and parameter names are not case sensitive. Only the first equals sign in a parameter is significant. Any line beginning with a semicolon (&#8216;;&#8217;) or a hash (&#8216;#&#8217;) character is ignored, as are lines containing only whitespace. Each section corresponds to a database and comprises information like user, password and DB location. In the following example there are two database declared, the former called picoSqlTest, is accessible by anyone while the latter, called rubrica is accessible only by user pico giving the appropriate password.</p>
<p>[picoSqlTest]<br />
DataDirectory=/home/test.db</p>
<p>[rubrica]<br />
DataDirectory=/home/rubrica.db<br />
User=pico<br />
Password=soft<br />
PicoOdbcTrace=NO<br />
SuspensiveLock=YES<br />
; for picosql client only<br />
server=localhost<br />
port=6789</p>
<p><strong>What&#8217;s New</strong> in This Release:</p>
<p>· This version fixes a problem on authentication and a bug when the connection fails.</p>
<p><a href="http://www.picosoft.it/picosql/picoSQL-2.0.4a-linux-i386-bin.tar.gz">Binary mirror 1 (tar.gz)</a></p>
<p><a href="http://www.picosoft.it/picosql/picoSQL-2.0.4a-src.tar.gz">Sources mirror 1 (tar.gz)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxproducts.net/picosql-204a-150.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL 4.0.27</title>
		<link>http://linuxproducts.net/mysql-4027-149.html</link>
		<comments>http://linuxproducts.net/mysql-4027-149.html#comments</comments>
		<pubDate>Thu, 10 Jan 2008 15:15:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database Servers]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[ole db]]></category>
		<category><![CDATA[rdbms]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.alisveriscantasi.com/?p=149</guid>
		<description><![CDATA[MySQL is a widely used and fast SQL database server.
MySQL is a client and server implementation that consists of a server daemon (mysqld) and many different client programs/libraries.
MySQL is a type of SQL database management featured in Thelix hosting plans. A database is an organized collection of information that a computer uses to select and [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">MySQL is a widely used and fast SQL database server.</p>
<p>MySQL is a client and server implementation that consists of a server daemon (mysqld) and many different client programs/libraries.</p>
<p>MySQL is a type of SQL database management featured in Thelix hosting plans. A database is an organized collection of information that a computer uses to select and display data.</p>
<p>Databases can help organize and enhance your site content. Sites with dynamic pages and/or shopping cart software often need an underlying database structure. Back to Top<br />
www.thelix.net/support/faq/glossary.htm</p>
<p>Pronounced Òmy ess cue elÓ (each letter separately) and not &#8220;my SEE kwill.&#8221; MySQL is an open source RDBMS that relies on SQL for processing the data in the database. MySQL provides APIs for the languages C, C++, Eiffel, Java, Perl, PHP and Python. In addition, OLE DB and ODBC providers exist for MySQL data connection in the Microsoft environment. A MySQL</p>
<p>NET Native Provider is also available, which allows native MySQL to .NET access without the need for OLE DB. MySQL is most commonly used for Web applications and for embedded applications and has become a popular alternative to proprietary database systems because of its speed and reliability. MySQL can run on UNIX, Windows and Mac OS.</p>
<p>MySQL is a relational database management system, which means it stores data in separate tables rather than putting all the data in one big area. This adds flexibility, as well as speed.</p>
<p>The SQL part of MySQL stands for &#8220;Structured Query Language,&#8221; which is the most common language used to access databases. The MySQL database server is the most popular open source database in the world. It is extremely fast and easy to customize, due to its architecture.</p>
<p>Extensive reuse of code within the software, along with a minimalist approach to producing features with lots of functionality, gives MySQL unmatched speed, compactness, stability, and ease of deployment.</p>
<p>Their unique separation of the core server from the storage engine makes it possible to run with very strict control, or with ultra fast disk access, whichever is more appropriate for the situation.</p>
<p align="justify"><a href="http://ftp.ntu.edu.tw/pub/MySQL/Downloads/MySQL-4.0/MySQL-server-4.0.27-0.i386.rpm">RedHat RPM mirror 1 (i386)</a></p>
<p align="justify"><a href="http://ftp.ntu.edu.tw/pub/MySQL/Downloads/MySQL-4.0/MySQL-server-4.0.27-0.x86_64.rpm">RedHat RPM mirror 2 (x86 64)</a></p>
<p align="justify"><a href="http://ftp.ntu.edu.tw/pub/MySQL/Downloads/MySQL-4.0/MySQL-4.0.27-0.src.rpm">RedHat SRPM mirror 1</a></p>
<p align="justify"><a href="http://ftp.ntu.edu.tw/pub/MySQL/Downloads/MySQL-4.0/mysql-4.0.27.tar.gz">Sources mirror 1 (tar.gz)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxproducts.net/mysql-4027-149.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle 10.2.0.1.0</title>
		<link>http://linuxproducts.net/oracle-102010-148.html</link>
		<comments>http://linuxproducts.net/oracle-102010-148.html#comments</comments>
		<pubDate>Thu, 10 Jan 2008 15:13:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database Servers]]></category>
		<category><![CDATA[dbas]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[microsoft sql server]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[oracle database]]></category>

		<guid isPermaLink="false">http://www.alisveriscantasi.com/?p=148</guid>
		<description><![CDATA[With Oracle Database 10g, the first relational database designed for Grid Computing, your information is securely consolidated and always available. Oracle Database 10g has the lowest total cost of ownership by making the most efficient use of hardware and IT resources. Oracle is the best choice for large enterprises, small and midsize businesses, and departments [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">With Oracle Database 10g, the first relational database designed for Grid Computing, your information is securely consolidated and always available. Oracle Database 10g has the lowest total cost of ownership by making the most efficient use of hardware and IT resources. Oracle is the best choice for large enterprises, small and midsize businesses, and departments alike.</p>
<p><strong>Count on the Highest Quality of Service</strong><br />
Oracle Database 10g delivers the response times your users demand and reduces your cost of downtime. Only Oracle offers the availability, scalability, and low-cost benefits of clustering with Oracle Real Application Clusters.</p>
<p><strong>Lower Costs with the Self-Managing Database</strong><br />
Oracle automates time-consuming, error-prone administrative tasks, so DBAs can focus on strategic business objectives. Studies from the Edison Group prove Oracle Database 10g offers superior manageability and significant cost savings over both IBM DB2 8.2 and Microsoft SQL Server 2000.</p>
<p><strong>Build Your Foundation for Grid Computing</strong><br />
Oracle Database 10g with Real Application Clusters and Automatic Storage Management coordinates the use of large numbers of servers and storage acting as one self-managing Grid for the highest quality of service on low-cost, modular hardware.</p>
<p>Oracle Database 10g is the industry&#8217;s first database designed for grid computing. Low entry-level pricing makes Oracle the best choice for large enterprises and small to midsize businesses alike, with a variety of editions to choose from:</p>
<p><strong>Enterprise Edition</strong></p>
<p>Industry-leading performance, scalability, and reliability for OLTP, decision support, and content management.<br />
View a list of Enterprise Edition options.</p>
<p><strong>Standard Edition</strong></p>
<p>Four-processor version of Oracle Database 10g, including full clustering support.</p>
<p><strong>Standard Edition One</strong></p>
<p>Two-processor version of Standard Edition at an attractive entry-level price.</p>
<p><strong>Personal Edition</strong></p>
<p>Full-featured version for individuals, compatible with the entire Oracle Database family.</p>
<p><strong>Lite Edition</strong></p>
<p>Complete software for building, deploying, and managing mobile database applications.</p>
<p align="justify"><a href="http://download.oracle.com/otn/linux/oracle10g/10201/10201_database_linux32.zip">Sources mirror 1 (gz)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxproducts.net/oracle-102010-148.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SimpleDBM 0.58</title>
		<link>http://linuxproducts.net/simpledbm-058-147.html</link>
		<comments>http://linuxproducts.net/simpledbm-058-147.html#comments</comments>
		<pubDate>Thu, 10 Jan 2008 15:11:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database Servers]]></category>
		<category><![CDATA[dbms]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[simpledbm]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.alisveriscantasi.com/?p=147</guid>
		<description><![CDATA[SimpleDBM project&#8217;s goal is to build a Relational Database Manager in Java. The planned features include support for:
Transactions
Write Ahead Log
Multiple Isolation Levels
BTree Indexes
Entry Level SQL-92
System Catalogs
A distinguishing feature of the project is that the DBMS is being built in a modular fashion. The aim is ensure that each module is usable on its own ; [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">SimpleDBM project&#8217;s goal is to build a Relational Database Manager in Java. The planned features include support for:</p>
<p>Transactions<br />
Write Ahead Log<br />
Multiple Isolation Levels<br />
BTree Indexes<br />
Entry Level SQL-92<br />
System Catalogs</p>
<p>A distinguishing feature of the project is that the DBMS is being built in a modular fashion. The aim is ensure that each module is usable on its own ; for example, the Lock Manager or the Log Manager modules can be used on their own even if the rest of the system is not of interest.</p>
<p>There will be two major sub-systems in the dbms backend. The Data Manager subsystem is named RSS, and is responsible for implementing transactions, locking, tuple management, and index management. This sub-system is currently under development.</p>
<p>The second major sub-system will be called SQL Manager. Its job will be to parse SQL statements, produce optimum execution plans, and execute the SQL statements. Development of this sub-system is expected to start sometime in 2006.</p>
<p>SimpleDBM is being built in Java 5.0 and will use new features such as java.util.concurrent package and Generics available in this version of Java. SimpleDBM will not be compatible with previous versions of Java.</p>
<p align="justify"><a href="https://simpledbm.dev.java.net/files/documents/3623/23812/simpledbm-0.58.jar">Binary mirror 1 (jar)</a></p>
<p align="justify"><a href="https://simpledbm.dev.java.net/files/documents/3623/23811/simpledbm-0.58-src.zip">Sources mirror 1 (zip)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxproducts.net/simpledbm-058-147.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL 4.1.22</title>
		<link>http://linuxproducts.net/mysql-4122-146.html</link>
		<comments>http://linuxproducts.net/mysql-4122-146.html#comments</comments>
		<pubDate>Thu, 10 Jan 2008 15:10:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database Servers]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[ole db]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.alisveriscantasi.com/?p=146</guid>
		<description><![CDATA[MySQL is a widely used and fast SQL database server.
MySQL project is a client/server implementation that consists of a server daemon (mysqld) and many different client programs/libraries.
MySQL is a type of SQL database management featured in Thelix hosting plans. A database is an organized collection of information that a computer uses to select and display [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">MySQL is a widely used and fast SQL database server.</p>
<p>MySQL project is a client/server implementation that consists of a server daemon (mysqld) and many different client programs/libraries.</p>
<p>MySQL is a type of SQL database management featured in Thelix hosting plans. A database is an organized collection of information that a computer uses to select and display data.</p>
<p>Databases can help organize and enhance your site content. Sites with dynamic pages and/or shopping cart software often need an underlying database structure. Back to Top<br />
www.thelix.net/support/faq/glossary.htm</p>
<p>Pronounced Òmy ess cue elÓ (each letter separately) and not &#8220;my SEE kwill.&#8221; MySQL is an open source RDBMS that relies on SQL for processing the data in the database. MySQL provides APIs for the languages C, C++, Eiffel, Java, Perl, PHP and Python. In addition, OLE DB and ODBC providers exist for MySQL data connection in the Microsoft environment. A MySQL</p>
<p>NET Native Provider is also available, which allows native MySQL to .NET access without the need for OLE DB. MySQL is most commonly used for Web applications and for embedded applications and has become a popular alternative to proprietary database systems because of its speed and reliability. MySQL can run on UNIX, Windows and Mac OS.</p>
<p>MySQL is a relational database management system, which means it stores data in separate tables rather than putting all the data in one big area. This adds flexibility, as well as speed.</p>
<p>The SQL part of MySQL stands for &#8220;Structured Query Language,&#8221; which is the most common language used to access databases. The MySQL database server is the most popular open source database in the world. It is extremely fast and easy to customize, due to its architecture.</p>
<p>Extensive reuse of code within the software, along with a minimalist approach to producing features with lots of functionality, gives MySQL unmatched speed, compactness, stability, and ease of deployment.</p>
<p>Their unique separation of the core server from the storage engine makes it possible to run with very strict control, or with ultra fast disk access, whichever is more appropriate for the situation.</p>
<p align="justify"><a href="ftp://ftp.astral.ro/mirrors/mysql.com/Downloads/MySQL-4.1/MySQL-4.1.22-0.glibc23.src.rpm">RedHat RPM mirror 1 (Server)</a></p>
<p align="justify"><a href="ftp://ftp.astral.ro/mirrors/mysql.com/Downloads/MySQL-4.1/MySQL-client-4.1.22-0.glibc23.i386.rpm">RedHat RPM mirror 2 (Client)</a></p>
<p align="justify"><a href="ftp://ftp.astral.ro/mirrors/mysql.com/Downloads/MySQL-4.1/MySQL-4.1.22-0.glibc23.src.rpm">RedHat SRPM mirror 1 </a></p>
<p align="justify"><a href="ftp://ftp.astral.ro/mirrors/mysql.com/Downloads/MySQL-4.1/mysql-4.1.22.tar.gz">Sources mirror 1 (tar.gz)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxproducts.net/mysql-4122-146.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iODBC Driver Manager and SDK 3.52.6</title>
		<link>http://linuxproducts.net/iodbc-driver-manager-and-sdk-3526-145.html</link>
		<comments>http://linuxproducts.net/iodbc-driver-manager-and-sdk-3526-145.html#comments</comments>
		<pubDate>Thu, 10 Jan 2008 15:07:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database Servers]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[iodbc]]></category>
		<category><![CDATA[iodbc driver manager and sdk]]></category>
		<category><![CDATA[sdk]]></category>

		<guid isPermaLink="false">http://www.alisveriscantasi.com/?p=145</guid>
		<description><![CDATA[iODBC is a cross-platform Driver Manager that comforms to the Microsoft ODBC 2.x &#38; 3.x and X/Open SQL CLI data access specs.
iODBC Driver Manager and SDK enables the development of database-centric solutions that are both database and platform independent.
What is the ODBC Value Proposition?
The ability to develop applications independent of back-end database engine.
What is iODBC?
iODBC [...]]]></description>
			<content:encoded><![CDATA[<p>iODBC is a cross-platform Driver Manager that comforms to the Microsoft ODBC 2.x &amp; 3.x and X/Open SQL CLI data access specs.</p>
<p>iODBC Driver Manager and SDK enables the development of database-centric solutions that are both database and platform independent.</p>
<p><strong>What is the ODBC Value Proposition?</strong></p>
<p>The ability to develop applications independent of back-end database engine.</p>
<p><strong>What is iODBC?</strong></p>
<p>iODBC is the acronym for Independent Open DataBase Connectivity, an Open Source platform independent implementation of both the ODBC and X/Open specifications. It is rapidly emerging as the industry standard for developing solutions that are language, platform and database independent.</p>
<p><strong>What is the iODBC Value Proposition?</strong></p>
<p>The ability to develop applications independent of back-end database engine, operating system, and for the most part programming language. Although ODBC and iODBC are both &#8216;C&#8217; based Application Programming Interfaces (APIs) there are numerous cross language hooks and bridges from languages such as: C++, Java, Perl, Python, TCL etc.</p>
<p>iODBC has been ported to numerous platforms, including:</p>
<p>Linux (x86, Itanium, Alpha, Mips, and StrongArm), Solaris (Sparc &amp; x86), AIX, HP-UX (PA-RISC &amp; Itanium), Digital UNIX, Dynix, Generic UNIX 5.4, FreeBSD, MacOS 9, MacOS X, DG-UX, and OpenVMS.</p>
<p>This is a great SDK for porting WIN32-based ODBC applications to Linux and other OS platforms.</p>
<p><strong>What&#8217;s New</strong> in This Release:</p>
<p>· Added support for GTK+ 2.x<br />
· Fixed long mutex lock on connect<br />
· Fixed problems with SQLBrowseConnect<br />
· Fixed missing functions in export list<br />
· Fixed core dump when checking for driver odbc version<br />
· Fixed allocation error in SQLDescribeCol<br />
· Fixed rpm specification for RedHat<br />
· Fixed porting problems on FreeBSD, OpenBSD and OSF<br />
· Use SQLFetchScroll in iodbctest</p>
<p><a href="http://www.iodbc.org/downloads/iODBC/libiodbc-3.52.6-1.i386.rpm">RedHat RPM mirror 1</a></p>
<p><a href="http://www.iodbc.org/downloads/iODBC/libiodbc-3.52.6-1.src.rpm">RedHat SRPM mirror 1</a></p>
<p><a href="http://www.iodbc.org/downloads/iODBC/libiodbc-3.52.6.tar.gz">Sources mirror (tar.gz)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxproducts.net/iodbc-driver-manager-and-sdk-3526-145.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MUSCLE 4.11</title>
		<link>http://linuxproducts.net/muscle-411-144.html</link>
		<comments>http://linuxproducts.net/muscle-411-144.html#comments</comments>
		<pubDate>Thu, 10 Jan 2008 15:04:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database Servers]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[muscle]]></category>
		<category><![CDATA[posix]]></category>
		<category><![CDATA[seti]]></category>

		<guid isPermaLink="false">http://www.alisveriscantasi.com/?p=144</guid>
		<description><![CDATA[MUSCLE is a somewhat scalable, robust, cross-platform client-server messaging system for dynamic distributed applications that runs under any POSIX-compliant operating system.
MUSCLE has been developed, used, and refined as the networking component of BeShare, CueStation, CueConsole, and various other audio control applications at Level Control Systems for over four years.
Here are some key features of &#8220;MUSCLE&#8221;:
· [...]]]></description>
			<content:encoded><![CDATA[<p>MUSCLE is a somewhat scalable, robust, cross-platform client-server messaging system for dynamic distributed applications that runs under any POSIX-compliant operating system.</p>
<p>MUSCLE has been developed, used, and refined as the networking component of BeShare, CueStation, CueConsole, and various other audio control applications at Level Control Systems for over four years.</p>
<p><span style="color: blue"><strong>Here are some key features of &#8220;MUSCLE&#8221;:</strong></span></p>
<p>· Use BMessage-like muscle::Messages under any operating system.<br />
· Send flattened muscle::Messages from one computer to another over TCP streams, eliminating unnecessary compatibility and protocol-versioning hassles.<br />
· Run a &#8220;muscled server&#8221; on a central machine, and write (or download) client programs to log in to the server and communicate through it. Once logged in, client programs can discover who else is logged in, send muscle::Messages to other clients, and store muscle::Messages in the server&#8217;s RAM for other clients to download later. Clients can also &#8220;subscribe&#8221; to selected data on the server, and be automatically notified whenever it changes. Unicast-style, multicast-style, and broadcast-style Message routing are all supported via an intelligent hierarchical pattern-matching routing mechanism. Writing multiplayer games, IRC style chat applications, SETI style distributed calculation apps, or any other type of distributed software is made easy because MUSCLE handles all the dirty work for you!<br />
· Customize the included &#8220;muscled server&#8221; by defining your own session logic or message-streaming protocol. (Note that this is only necessary for certain specialized applications&#8211;the standard server provides sufficient functionality for most things)<br />
· Write your client code in C++, Java, or Python. Single-threaded and multi-threaded messaging APIs are provided for all three languages.<br />
· Or just use the included message, string, dataIO, hashtable, dequeue, string-tokenizer, reference-count, regular expression and pattern matching parser, and object-pool code by themselves, as handy cross-platform utility classes. All source code is included, and you are free to use and abuse it any way you wish.<br />
· See the Beginner&#8217;s Guide for a more detailed description of the system and its capabilites.</p>
<p><strong>What&#8217;s New</strong> in This Release:</p>
<p>· This release includes various minor bugfixes, features, and code cleanup.</p>
<p><a href="http://www.lcscanada.com/muscle/muscle4.11.zip">Sources mirror 1 (zip)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxproducts.net/muscle-411-144.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OMD &#8211; OnLine Medical DataBase 2.0</title>
		<link>http://linuxproducts.net/omd-online-medical-database-20-143.html</link>
		<comments>http://linuxproducts.net/omd-online-medical-database-20-143.html#comments</comments>
		<pubDate>Thu, 10 Jan 2008 15:03:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database Servers]]></category>
		<category><![CDATA[medical database]]></category>
		<category><![CDATA[omd]]></category>
		<category><![CDATA[online medical database]]></category>
		<category><![CDATA[postgresql]]></category>

		<guid isPermaLink="false">http://www.alisveriscantasi.com/?p=143</guid>
		<description><![CDATA[OMD &#8211; OnLine Medical DataBase &#8211; is a computerized management system, created for the benefit of physicians, patients, clinics and hospitals. OMD provides physicians not only with the possibility of real-time monitoring of their patients&#8217; health, but also with a comprehensive and easy-to-use interface designed from the point of view of its users.
Unlike other applications, [...]]]></description>
			<content:encoded><![CDATA[<p>OMD &#8211; OnLine Medical DataBase &#8211; is a computerized management system, created for the benefit of physicians, patients, clinics and hospitals. OMD provides physicians not only with the possibility of real-time monitoring of their patients&#8217; health, but also with a comprehensive and easy-to-use interface designed from the point of view of its users.</p>
<p>Unlike other applications, Online Medical DataBase is built upon a compatible and modular system , a system conceived to be adaptable to the needs and structures of each medical center who uses it.</p>
<p>OMD is a dependable, unbreakable system, answering in a professional and timely manner to the requirements of its most demanding users.</p>
<p><span style="color: green"><strong>Requirements:</strong></span></p>
<p>· Web server with PHP 5.x or higher.<br />
· A Postgresql server, 8.1 or higher compiled with tcl support</p>
<p><a href="http://omd.sci-office.com/?page=47">Sources mirror 1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxproducts.net/omd-online-medical-database-20-143.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
