<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Design&gt;Information Design&gt;Databases</title>	<link>http://tc.eserver.org/dir/Design/Information-Design/Databases</link>
	<description>A listing of the most recently indexed works about Design and Information Design and Databases in the field of technical communication.</description>
	<language>en-us</language>
	<copyright>Copyright (c) 2005-08 by the EServer. All rights reserved.</copyright>
	<managingEditor>tclib-editorial@eserver.org (TC Library Editorial Board)</managingEditor>
	<webMaster>webmaster@eserver.org (Geoffrey Sauer)</webMaster>
	<image>
		<url>http://tc.eserver.org/images/newlogo.gif</url>
		<title>Design&gt;Information Design&gt;Databases</title>
		<link>http://tc.eserver.org/dir/Design/Information-Design/Databases</link>
	</image>
	<item>
		<title>Top Five Best Database Management Tools</title>
		<link>http://tc.eserver.org/35706.html</link>
		<guid>http://tc.eserver.org/35706.html</guid>
		<description>For a database administrator, DBM (database management) tools make tasks related to maintaining relational databases efficient and fast. Prior to the popularity of these tools, most DBA’s had to use the command line to create, edit, and delete databases. In this article, we present to you the top five most popular/most voted for database management tools.</description>
	</item>
	<item>
		<title>Acrobat 9: PDF Data to Excel</title>
		<link>http://tc.eserver.org/35048.html</link>
		<guid>http://tc.eserver.org/35048.html</guid>
		<description>Rather than exporting a whole document out of Acrobat, I&apos;ll focus on a table within a PDF page. Suppose you&apos;d like to have this table&apos;s data in a spreadsheet so you can manipulate it. There&apos;s no need to retype the data into Excel. All you need to do is use Acrobat&apos;s Selection tool to highlight the content you wish to export.</description>
	</item>
	<item>
		<title>XML Design for Relational Storage</title>
		<link>http://tc.eserver.org/34240.html</link>
		<guid>http://tc.eserver.org/34240.html</guid>
		<description>Design principles for XML schemas that eliminate redundancies and avoid update anomalies have been studied recently. Several normal forms, generalizing those for relational databases, have been proposed. All of them, however, are based on the assumption of a native XML storage, while in practice most of XML data is stored in relational databases. In this paper we study XML design and normalization for relational storage of XML documents. To be able to relate and compare XML and relational designs, we use an information-theoretic framework that measures information content in relations and documents, with higher values corresponding to lower levels of redundancy. We show that most common relational storage schemes preserve the notion of being well-designed (i.e., anomalies- and redundancy-free). Thus, existing XML normal forms guarantee well-designed relational storages as well. We further show that if this perfect option is not achievable, then a slight restriction on XML constraints guarantees a “second-best” relational design, according to possible values of the information-theoretic measure. We ﬁnally consider an edge-based relational representation of XML documents, and show that while it has similar information-theoretic properties with other relational representations, it can behave signiﬁcantly worse in terms of enforcing integrity constraints.</description>
	</item>
	<item>
		<title>Consistency-Preserving Caching of Dynamic Database Content</title>
		<link>http://tc.eserver.org/34194.html</link>
		<guid>http://tc.eserver.org/34194.html</guid>
		<description>With the growing use of dynamic web content generated from relational databases, traditional caching solutions for throughput and latency improvements are ineffective. We describe a middleware layer called Ganesh that reduces the volume of data transmitted without semantic interpretation of queries or results. It achieves this reduction through the use of cryptographic hashing to detect similarities with previous results. These beneﬁts do not require any compromise of the strict consistency semantics provided by the back-end database. Further, Ganesh does not require modiﬁcations to applications, web servers, or database servers, and works with closed-source applications and databases. Using two benchmarks representative of dynamic web sites, measurements of our prototype show that it can increase end-to-end throughput by as much as twofold for non-data intensive applications and by as much as tenfold for data intensive ones.</description>
	</item>
	<item>
		<title>Migrating from MS SQL Server 2008 to EnterpriseDB</title>
		<link>http://tc.eserver.org/34151.html</link>
		<guid>http://tc.eserver.org/34151.html</guid>
		<description>With many database vendor products in the market and data intensive applications using them, it is often required to port the application to use the data or, migrate the data so that the application can use it. Migration of data is therefore one of the realities of the IT Industry. Some of the author&apos;s previous articles on migration can be found at the link.</description>
	</item>
	<item>
		<title>Programmatically Creating SSRS Report in Microsoft SQL Server 2008</title>
		<link>http://tc.eserver.org/34152.html</link>
		<guid>http://tc.eserver.org/34152.html</guid>
		<description>The  process of programmatically creating the SQL Server Reporting Services (SSRS) tabular report is described. You will be creating a very simple report using the provided code. The approach is to introduce the programming by creating the three parts of a report: connection, dataset, and layout. Excerpt from the book, &quot;Learning SQL Server 2008 Reporting Services.&apos;</description>
	</item>
	<item>
		<title>Transferring a Table in a MS Access 2003 Database to PostGres Using SQL Server Integration Services</title>
		<link>http://tc.eserver.org/34154.html</link>
		<guid>http://tc.eserver.org/34154.html</guid>
		<description>Describes the use of Microsoft SQL Server Integration Services to transfer a table from MS Access 2003 to Postgres on EnterpriseDB. Some of the problems are discussed.</description>
	</item>
	<item>
		<title>Native XML Databases in the Real World</title>
		<link>http://tc.eserver.org/33828.html</link>
		<guid>http://tc.eserver.org/33828.html</guid>
		<description>Based on a broad survey of native XML database companies, this presentation describes how native XML databases are being used in the real world, including descriptions of why native XML databases succeeded and relational and other technologies failed.</description>
	</item>
	<item>
		<title>Integrating Messaging and Databases to Implement Service Architectures</title>
		<link>http://tc.eserver.org/33838.html</link>
		<guid>http://tc.eserver.org/33838.html</guid>
		<description>There has been much debate over two quite different approaches to implementing XML services. The &quot;web services&quot; approach leverages a rather large and not yet stabilized stack of formats and protocols built on top of SOAP that promise secure, reliable operations; the &quot;REST&quot; or &quot;Plain old XML over HTTP&quot; approach keeps the basic formats and operations quite simple, but puts the burden for any security or end-to-end reliability on the application developer rather than the computing infrastructure.&#xD;&#xD;This presentation considers a third approach which complements many of the ideas in both WS and REST but uses an XML-capable DBMS as the messaging hub or service broker. This makes it feasible to support asynchronous, loosely coupled communications between service requesters and providers.</description>
	</item>
	<item>
		<title>Anatomy of a Native XML Database</title>
		<link>http://tc.eserver.org/33792.html</link>
		<guid>http://tc.eserver.org/33792.html</guid>
		<description>Most people in the XML community are aware of the term, &quot;Native XML Database.&quot; Fewer are aware of the design details and implementation trade-offs made in construction of a native XML database.&#xD;&#xD;This paper focuses on issues surrounding storage in a native XML database. The format of stored XML, as well as the granularity of stored documents, has a large effect on database design and scalability, as well as how a system may be used by an application. Indexing of stored information is another topic that is at the core of XML database performance.</description>
	</item>
	<item>
		<title>XQuery in Relational Database Systems</title>
		<link>http://tc.eserver.org/33782.html</link>
		<guid>http://tc.eserver.org/33782.html</guid>
		<description>Relational database systems (and the related standards body ANSI/INCITS H2) are busy adding XML support. One of the main components of such XML extensions will be support for the upcoming XML query language XQuery.&#xD;&#xD;The presentation will outline how XQuery and XML conceptually fit into a relational database environment. It will cover the organization of the XML in the database, how to type it using W3C XML Schema, how to query it both in conjunction with SQL and using top-level XQuery. It will present the concepts, talk about new developments in the ISO/ANSI SQL/XML standards and present some demos of XQuery in the upcoming Microsoft® SQL Server 2005.</description>
	</item>
	<item>
		<title>XML, Queries, and Databases</title>
		<link>http://tc.eserver.org/33786.html</link>
		<guid>http://tc.eserver.org/33786.html</guid>
		<description>XML has dramatically changed the way we exchange and store data, and a new crop of standards promises to change the way we query data. On today&apos;s Internet, most data is queried and stored using relational databases, exchanged as XML, and displayed as HTML. For those who need to use XML and databases together, the last five years have been chaotic, creative, interesting, and often frustrating. Every major database vendor has added XML support, but each vendor takes a very different approach, and sometimes changes that approach dramatically from one version to the next. Today, the vendors seem to be lining up behind XQuery and the SQL/XML mappings - is this just the latest wave of marketing hype, or has the industry now found its way?</description>
	</item>
	<item>
		<title>Interview with the Creator of the EServer TC Library</title>
		<link>http://tc.eserver.org/33380.html</link>
		<guid>http://tc.eserver.org/33380.html</guid>
		<description>Tom Johnson has an interview the site&apos;s creator, Geoff Sauer, who explains some of the details behind the site. I found the discussion of their taxonomy particularly interesting, as it&apos;s a problem I&apos;ve struggled with in my own site.</description>
	</item>
	<item>
		<title>Data Modeling: Finding the Perfect Fit</title>
		<link>http://tc.eserver.org/32967.html</link>
		<guid>http://tc.eserver.org/32967.html</guid>
		<description>If you ask an application developer what the most important task is in developing new or enhanced applications for institutional data and processes, almost every time they will tell you it is the initial analysis of client requirements. Before purchasing any software, before storing a single byte of data in a database, analysis of the client&apos;s requirements is paramount to developing the appropriate solution.</description>
	</item>
	<item>
		<title>Extend Enumerated Lists in XML Schema</title>
		<link>http://tc.eserver.org/32597.html</link>
		<guid>http://tc.eserver.org/32597.html</guid>
		<description>The addition of new values to a list is a common and necessary requirement. Schema designers often seek to build into the architecture a means to permit additional values that were unknown at design time. How can schema designers create an enumerated value list that is extensible and easy to implement? Discover several approaches used to achieve this goal.</description>
	</item>
	<item>
		<title>Cyberabstracts: A Portal on the Subject of Abstracting Designed to Improve Information Literacy Skills</title>
		<link>http://tc.eserver.org/32295.html</link>
		<guid>http://tc.eserver.org/32295.html</guid>
		<description>With the overall purpose of improving the information literacy skills of librarianship and information science students, an academic portal specifically centred on abstracts and abstracting resources is proposed. We take the existing literature, together with our knowledge and experience of abstract/abstracting topics and web-based technologies to conceive the research design. The research mainly consists of the selection, assessment and web-display of the most relevant abstracts on knowledge management, information representation, natural language processing, abstract/abstracting, modelling the scientific document, information retrieval and information evaluation. The resulting Cyberabstracts portal presents its products consistently and includes reference, abstract, keywords, assessment and access to the full document. Improvement opportunities for this unique subject-based gateway, representing much more than a mere subject catalogue, are uncovered as the starting point on a planned route towards excellence.</description>
	</item>
	<item>
		<title>Developing an Information Management Strategy: The Foundation Stone for an EDRMS</title>
		<link>http://tc.eserver.org/32309.html</link>
		<guid>http://tc.eserver.org/32309.html</guid>
		<description>All too often organizations have a fragmented approach to Information Management Documents/data is duplicated in many places and users are expected to enter the same information many times. Developing an Information Management Strategy is the foundation stone that should be in place before considering cost justifying or implementing Electronic Document and Records Management System (EDRMS).</description>
	</item>
	<item>
		<title>Novel Fuzzy Information Proximity Measures</title>
		<link>http://tc.eserver.org/32323.html</link>
		<guid>http://tc.eserver.org/32323.html</guid>
		<description>As a measure of information shared between two fuzzy pattern vectors, the fuzzy information proximity measure (FIPM) plays an important part in fuzzy pattern recognition, fuzzy clustering analysis and fuzzy approximate reasoning. In this paper, two novel FIPMs are set up. Firstly, an axiom theory about the FIPM is given, and different expressions of the FIPM are discussed. A new FIPM is then proposed based on the axiom theory of the FIPM and the concept of fuzzy subsethood function. Two concepts based on the idea of Shannon information entropy, fuzzy joint entropy (FJE) and fuzzy conditional entropy (FCE), are proposed and the basic properties of FJE and FCE are given and proved. Finally, classical similarity measures such as dissimilarity measure (DM) and similarity measure (SM) are studied, and two new measures, fuzzy absolute information measure (FAIM) and fuzzy relative information measure (FRIM), are set up, which can be used as measures of the proximity between fuzzy sets A and B.</description>
	</item>
	<item>
		<title>Migrating from Microsoft SQL Server and Access to MySQL</title>
		<link>http://tc.eserver.org/31816.html</link>
		<guid>http://tc.eserver.org/31816.html</guid>
		<description>In this article I will cover the basics of migrating an application from an Access or SQL Server database to MySQL. We&apos;ll start with various reasons why you should (or should not) migrate your existing Access or SQL Server database to MySQL, then cover the planning stages of an application migration. Next we will look at the tools and methods for migrating your actual data from Access/MSSQL to MySQL, followed by some general guidelines for modifying your client application from a Microsoft database to MySQL. Finally, we&apos;ll look at some considerations to make when deploying your new MySQL database and application.</description>
	</item>
	<item>
		<title>Moving a Database from SQL Server 2005 to SQL Server 2008 in Three Steps</title>
		<link>http://tc.eserver.org/30825.html</link>
		<guid>http://tc.eserver.org/30825.html</guid>
		<description>This tutorial shows how SQL Server 2005 can be migrated to SQL Server 2008 quite easily by manually detaching the database from SQL Server 2005 and attaching it to SQL Server 2008. This is a much easier process than the &apos;Copy Database Wizard&apos; which has two procedures one of which is the same as the manual process but carried out under the guidance of a wizard and the other which does not require the stopping of the Source server.</description>
	</item>
	<item>
		<title>Working With External Data Sources in FileMaker Pro 9</title>
		<link>http://tc.eserver.org/30115.html</link>
		<guid>http://tc.eserver.org/30115.html</guid>
		<description>FileMaker 9 opens up ODBC data in a revolutionary way, via the new feature External SQL Data Source. You can work with external data in your FileMaker Pro solutions as if it is FileMaker Pro data.</description>
	</item>
	<item>
		<title>XML Development Resources</title>
		<link>http://tc.eserver.org/30114.html</link>
		<guid>http://tc.eserver.org/30114.html</guid>
		<description>XML will change the way you develop and integrate your databases.</description>
	</item>
	<item>
		<title>Migrating MS Access 2003 Data using the Oracle SQL Developer 1.2</title>
		<link>http://tc.eserver.org/29929.html</link>
		<guid>http://tc.eserver.org/29929.html</guid>
		<description>Business needs often necessitate data migration from a smaller, less secure database to a higher end, faster database server with a more reliable availability. A typical scenario is the migration of data from a desktop sized database such as MS Access or Fox Pro to any other higher end database servers such as MS SQL Server, Oracle, DB2 or SQL Anywhere Server. Oracle SQL Developer 1.2 with this latest version is sometimes called the Migration version as it supports migrating data from three vendors (MySQL, SQL Server and MS Access) to an Oracle database. In fact, it has been designed to migrate from more than one version of MS Access. This feature was not available in the version 1.1 of this tool.</description>
	</item>
	<item>
		<title>Building a Database of Graphic Files Using Microsoft Access</title>
		<link>http://tc.eserver.org/29628.html</link>
		<guid>http://tc.eserver.org/29628.html</guid>
		<description>Many technical communicators manage large collections of graphic files and must keep track of which graphics are used in which deliverables. An effective tool for managing a collection of graphic files is a relational database management system (RDMS) such as  Microsoft Access. Before the database can be built in Access, it is necessary to 1) create detailed functional requirements and 2) build a high-level conceptual model from which the database relations (tables) can be derived. A spreadsheet program can be used to build the conceptual model and generate the relations. Normalization checks should be performed on the relations before the database is implemented in Access.</description>
	</item>
	<item>
		<title>Microsoft Access Queries with Oracle SQL Developer 1.2 Tool</title>
		<link>http://tc.eserver.org/29447.html</link>
		<guid>http://tc.eserver.org/29447.html</guid>
		<description>This article by Jayaram Krishnswamy shows how you can install the Oracle SQL Developer 1.2 and connect to an MS Access database. This article will cover the steps right from downloading and installing the Oracle SQL Developer, to connecting to a MS Access database, and using the SQL interface along with a few sample queries.&#xD;</description>
	</item>
	<item>
		<title>VB.NET Application with SQL Anywhere 10 Database</title>
		<link>http://tc.eserver.org/29299.html</link>
		<guid>http://tc.eserver.org/29299.html</guid>
		<description>This article by Jayaram Krishnswamy shows how you can develop a VB.NET 2.0 application using the integration features provided by the SQL Anywhere database. The SQL Anywhere tools are directly accessible without going out of the Visual Studio 2.O IDE. The article describes a window application with two examples developed with this easy to use integration interface.</description>
	</item>
	<item>
		<title>Digital Libraries: Still a Long Way to Go</title>
		<link>http://tc.eserver.org/28877.html</link>
		<guid>http://tc.eserver.org/28877.html</guid>
		<description>Apart from implementing the right technology, libraries need a clear understanding of changing user requirements, the capabilities and limitations of emerging technologies, and the changing nature of scholarly communication.</description>
	</item>
	<item>
		<title>Envisioning the Whole Digital Person</title>
		<link>http://tc.eserver.org/28660.html</link>
		<guid>http://tc.eserver.org/28660.html</guid>
		<description>As a human society, we&apos;re quite possibly looking at the largest surge of recorded information that has ever taken place, and at this point, we have only the most rudimentary tools for managing all this information--in part because we cannot predict what standards will be in place in 10, 50, or 100 years.</description>
	</item>
	<item>
		<title>Data Warehousing</title>
		<link>http://tc.eserver.org/28526.html</link>
		<guid>http://tc.eserver.org/28526.html</guid>
		<description>A decision support database that is maintained separately from the organization&apos;s operational database. Support information processing by providing a solid platform of consolidated, historical data for analysis.</description>
	</item>
	<item>
		<title>Generating and Hosting a SQL Server Reporting Services Report Using SQL Server 2005 Business Intelligence Development Studio</title>
		<link>http://tc.eserver.org/28522.html</link>
		<guid>http://tc.eserver.org/28522.html</guid>
		<description>A step-by-step must read article on SQL 2005 Reporting Services which creates a report and hosts it on an intranet server.</description>
	</item>
	<item>
		<title>Creating the Relationship-Centric Organization: Nonprofit CRM</title>
		<link>http://tc.eserver.org/28508.html</link>
		<guid>http://tc.eserver.org/28508.html</guid>
		<description>Are you storing data about your constituents in three, five, even ten different databases? If so, you&apos;re not alone &apos; but it&apos;s costing you in time, lost revenue and decreased impact. Paul Hagen describes how to get all your data into one place with an integrated CRM strategy.</description>
	</item>
	<item>
		<title>MobiLink Synchronization Wizard in SQL Anywhere 10</title>
		<link>http://tc.eserver.org/28382.html</link>
		<guid>http://tc.eserver.org/28382.html</guid>
		<description>MobiLink is a technology that can help multiple databases synchronized, a key requirement for mobile access to data. The article shows you how to create a model that can be deployed to access data on a SLQ 2005 Server remotely with a SQL Anyhwhere database. A forth coming article descibes the deployment details.</description>
	</item>
	<item>
		<title>Querying Databases in Microsoft SQL Server 2005</title>
		<link>http://tc.eserver.org/27944.html</link>
		<guid>http://tc.eserver.org/27944.html</guid>
		<description>This hands-on tutorial should help you in understanding the interface available for querying MS SQL Server 2005 databases. Some of the major features will be discussed as related to their use rather than going into a lot of details. Querying the database is one of the most basic activities that is routinely and frequently performed.</description>
	</item>
	<item>
		<title>Using the SQLXML Data Type</title>
		<link>http://tc.eserver.org/27748.html</link>
		<guid>http://tc.eserver.org/27748.html</guid>
		<description>If you&apos;re a Java 2 Enterprise Edition (J2EE) developer, you&apos;ll want to preview the SQLXML technology, currently in development. Check out procedures to create an XML document, store an XML document in a relational database, retrieve an XML document from a database, and navigate an XML document with the SQLXML Java data type.</description>
	</item>
	<item>
		<title>XQuery</title>
		<link>http://tc.eserver.org/27660.html</link>
		<guid>http://tc.eserver.org/27660.html</guid>
		<description>XQuery speeds up the process of finding information contained in an XML document, which is very handy when dealing with long XML documents. This article, the first of two parts, will teach you how to write XQuery expressions.</description>
	</item>
	<item>
		<title>XQuery, Concluded</title>
		<link>http://tc.eserver.org/27661.html</link>
		<guid>http://tc.eserver.org/27661.html</guid>
		<description>XQuery speeds up the process of finding information contained in an XML document -- which is very handy when dealing with long XML documents. This article, the second of two parts, will teach you how to write XQuery expressions.</description>
	</item>
	<item>
		<title>Designing Your Own XML Schema: Learn the Essentials</title>
		<link>http://tc.eserver.org/27633.html</link>
		<guid>http://tc.eserver.org/27633.html</guid>
		<description>This is the first article in a series which guides you in designing XML Schemas right from the basics without any hurdles.</description>
	</item>
	<item>
		<title>Introduction to Relations in XML Schema</title>
		<link>http://tc.eserver.org/27632.html</link>
		<guid>http://tc.eserver.org/27632.html</guid>
		<description>This is the first article in a series concentrating on implementing relations for designing robust XML schema definitions.</description>
	</item>
	<item>
		<title>One-One, One-Many and Many-Many Relations in XML Schema</title>
		<link>http://tc.eserver.org/27631.html</link>
		<guid>http://tc.eserver.org/27631.html</guid>
		<description>This article is the second in a series that shows you how to implement relations for designing robust XML schema definitions.</description>
	</item>
	<item>
		<title>Database Modelling in UML - Part 1</title>
		<link>http://tc.eserver.org/27614.html</link>
		<guid>http://tc.eserver.org/27614.html</guid>
		<description>When it comes to providing reliable, flexible and efficient object persistence for software systems, today&apos;s designers and architects are faced with many choices. From the technological perspective, the choice is usually between pure Object-Oriented, Object-Relational hybrids, pure Relational and custom solutions based on open or proprietary file formats (eg. XML, OLE structured storage). From the vendor aspect Oracle, IBM, Microsoft, POET and others offer similar but often-incompatible solutions.&#xD;&#xD;This article is about only one of those choices, that is the layering of an object-oriented class model on top of a purely relational database. This is not to imply this is the only, best or simplest solution, but pragmatically it is one of the most common, and one that has the potential for the most misuse.</description>
	</item>
	<item>
		<title>The Essentials of a Database Quality Process</title>
		<link>http://tc.eserver.org/27286.html</link>
		<guid>http://tc.eserver.org/27286.html</guid>
		<description>Many steps are involved in the process of turning an initial concept for a database into a finished product that meets the needs of its user community. In this paper, we describe those steps in the context of a four-phase process with particular emphasis on the quality-related issues that need to be addressed in each phase to ensure that the final product is a high quality database. The basic requirements for a successful database quality process are presented with specific examples drawn from experience gained in the Standard Reference Data Program at the National Institute of Standards and Technology.</description>
	</item>
	<item>
		<title>SQL Cookbook: Advanced Searching</title>
		<link>http://tc.eserver.org/27059.html</link>
		<guid>http://tc.eserver.org/27059.html</guid>
		<description>Some types of searching operations stand apart from others in that they represent a different way of thinking about searching. Perhaps you&apos;re displaying a result set one page at a time. Half of that problem is to identify (search for) the entire set of records that you want to display. The other half of that problem is to repeatedly search for the next page to display as a user cycles through the records on a display. Your first thought may not be to think of pagination as a searching problem, but it can be thought of that way, and it can be solved that way; that is the type of searching solution this chapter is all about.</description>
	</item>
	<item>
		<title>SQL Functions</title>
		<link>http://tc.eserver.org/27057.html</link>
		<guid>http://tc.eserver.org/27057.html</guid>
		<description>A function is a special type of command word in the SQL99 command set. In effect, functions are one-word commands that return a single value. The value of a function can be determined by input parameters, as with a function that averages a list of database values. But many functions do not use any type of input parameter.</description>
	</item>
	<item>
		<title>SQL Tuning</title>
		<link>http://tc.eserver.org/27058.html</link>
		<guid>http://tc.eserver.org/27058.html</guid>
		<description>Even if the vast number of end users leads to high calculation loads outside the database, you can generally throw hardware at the application load (the load outside the database, that is), hanging as many application servers as necessary off the single central database.</description>
	</item>
	<item>
		<title>Work with XML in Microsoft Access 2003</title>
		<link>http://tc.eserver.org/27036.html</link>
		<guid>http://tc.eserver.org/27036.html</guid>
		<description>If you are a Microsoft Access user, you&apos;ll be happy to know that you can export Access 2003 data as XML.</description>
	</item>
	<item>
		<title>The Library Brand</title>
		<link>http://tc.eserver.org/26794.html</link>
		<guid>http://tc.eserver.org/26794.html</guid>
		<description>It&apos;s likely that few professionals worry more about how their services are perceived than librarians. Lawyers may have more reason for concern, but many of them laugh all the way to the bank. We have little if not our reputation. So the new report published by OCLC, &apos;€œPerceptions of Libraries and Information Resources,&apos; deserves notice. Do libraries still matter? On what level? Will library use likely increase or decrease?--generated heartwarming comments but also much to cause concern.</description>
	</item>
	<item>
		<title>Building the Treasure House: Creating Knowledge Bases for the World Wide Web</title>
		<link>http://tc.eserver.org/26226.html</link>
		<guid>http://tc.eserver.org/26226.html</guid>
		<description>What is a knowledge base? What are the components necessary to build one?</description>
	</item>
	<item>
		<title>PostgreSQL vs. MySQL vs. Commercial Databases: It&apos;s All About What You Need</title>
		<link>http://tc.eserver.org/25906.html</link>
		<guid>http://tc.eserver.org/25906.html</guid>
		<description>Can you trust the leading open-source database engines, PostgreSQL and MySQL, to deliver the performance and features that the Oracles, SQL Servers, and DB2s of the world do? Not just yet, but they could offer enough to meet your needs. Find out how they stack up against each other, as well as against the commercial alternatives.</description>
	</item>
	<item>
		<title>Misconceptions About Integrated Project Databases</title>
		<link>http://tc.eserver.org/25623.html</link>
		<guid>http://tc.eserver.org/25623.html</guid>
		<description>The notion of an integrated project database (IPDB) has existed for decades. Over that time many projects have been undertaken to develop the technologies and frameworks required to implement an IPDB. Also over that time, there has been promotion of the benefits and impacts that IPDB systems will have on the industry. As there are still no industrially stable IPDB systems in existence, the industry&apos;s perception of what they are and what they can do has diverged from many of the original presentations. It is also clear that researchers and de-velopers involved in IPDB development have many different ideas about what constitutes an IPDB and what is, or is not, possible to create. This paper aims to describe misconceptions which are growing up around IPDB systems, and presents the authors&apos; view of reality (informed by the opinions of the UK network of experts in ob-jects and integration (URL-1 1999) which was run by the DETR).</description>
	</item>
	<item>
		<title>Access a MySQL Database Behind Firewalls with the LibMyWitch Control</title>
		<link>http://tc.eserver.org/25373.html</link>
		<guid>http://tc.eserver.org/25373.html</guid>
		<description>Till now there was no efficient way to embed the access to the MySQL database into a VB application.</description>
	</item>
	<item>
		<title>Connecting the MySQL GUI Tools to a Remote Server through a Firewall</title>
		<link>http://tc.eserver.org/25372.html</link>
		<guid>http://tc.eserver.org/25372.html</guid>
		<description>A large percentage of MySQL users are using MySQL on a web server hosted by an ISP. Most hosting providers block port 3306 (the MySQL server port) at the firewall, preventing outside access to MySQL. This is an important security practice and you should be very concerned if your ISP does not block port 3306. In this article I will demonstrate how to connect the MySQL GUI tools, including MySQL Administrator and MySQL Query Browser, to a remote server using SSH port forwarding. This article will be written with the assumption that the reader is using Microsoft Windows, but the principles presented will be applicable to Linux users.</description>
	</item>
	<item>
		<title>Effective Data Filtering</title>
		<link>http://tc.eserver.org/25374.html</link>
		<guid>http://tc.eserver.org/25374.html</guid>
		<description>This article discusses writing software that helps the user effectively work with large amounts of data. The approach that I will describe is called filtering.</description>
	</item>
	<item>
		<title>Managing Hierarchical Data in MySQL</title>
		<link>http://tc.eserver.org/25351.html</link>
		<guid>http://tc.eserver.org/25351.html</guid>
		<description>Most users at one time or another have dealt with hierarchical data in a SQL database and no doubt learned that the management of hierarchical data is not what a relational database is intended for. The tables of a relational database are not hierarchical (like XML), but are simply a flat list. Hierarchical data has a parent-child relationship that is not naturally represented in a relational database table.</description>
	</item>
	<item>
		<title>Database Templates with MySQL</title>
		<link>http://tc.eserver.org/24997.html</link>
		<guid>http://tc.eserver.org/24997.html</guid>
		<description>Once you&apos;ve built several MySQL databases, you&apos;ll learn some shortcuts to database design. Why stop there? Take this trick a step further and put together a generic database with a set of empty, standard tables. With a well-designed MySQL template, you can quickly assemble the basics of any database as needed. A template also allows you to focus on the more interesting aspects of a database project.</description>
	</item>
	<item>
		<title>An Introduction to Database Normalization</title>
		<link>http://tc.eserver.org/24996.html</link>
		<guid>http://tc.eserver.org/24996.html</guid>
		<description>When users ask for advice about their database applications, one of the first things I try to help them with is the normalization of their table structure. Normalization is the process of removing redundant data from your tables in order to improve storage efficiency, data integrity and scalability. This improvement is balanced against an increase in complexity and potential performance losses from the joining of the normalized tables at query-time.</description>
	</item>
	<item>
		<title>The MySQL Roadmap – What&apos;s Planned?</title>
		<link>http://tc.eserver.org/23809.html</link>
		<guid>http://tc.eserver.org/23809.html</guid>
		<description>MySQL is old news ...or is it? In this fast-paced expose, Blane looks at where MySQL is now, and what&apos;s planned in Versions 4.1 and 5 - including the exciting developments of MySQL Cluster and Stored Procedures!</description>
	</item>
	<item>
		<title>Using Topic Maps to Extend Relational Databases</title>
		<link>http://tc.eserver.org/22750.html</link>
		<guid>http://tc.eserver.org/22750.html</guid>
		<description>Topic Maps provide a very flexible and  robust way to add arbitrary data to a relational databases at runtime. Moreover, Topic Maps come with a predefined exchange mechanism (the XML Topic Maps (XTM) interchange syntax) to allow data to be exported to XML.</description>
	</item>
	<item>
		<title>Databases: Step-by-Step Guides to Using Databases</title>
		<link>http://tc.eserver.org/22678.html</link>
		<guid>http://tc.eserver.org/22678.html</guid>
		<description>This detailed, inclusive database tutorial is designed for beginners and those ready to dive in. Easy-to-understand definitions, real-world anecdotes, and concrete examples set this site apart from the others. </description>
	</item>
	<item>
		<title>Examining XML</title>
		<link>http://tc.eserver.org/22589.html</link>
		<guid>http://tc.eserver.org/22589.html</guid>
		<description>Buzz about the value and implications of XML has reached an all-time high, with lofty claims of its potential to transform business and society, doing everything from simple document formatting to curing the common cold. I don&apos;t recommend you empty your medicine cabinet just yet. However, do take seriously the developments surrounding XML and its associated technologies. While XML might not merit all the hyperbole, it remains useful. Knowing how to apply this simple meta-language can help you create solutions that will give you a strong competitive advantage.</description>
	</item>
	<item>
		<title>Storing Hierarchical Data in a Database</title>
		<link>http://tc.eserver.org/22406.html</link>
		<guid>http://tc.eserver.org/22406.html</guid>
		<description>Whether you want to build your own forum, publish the messages from a mailing list on your Website, or write your own CMS: there will be a moment that you&apos;ll want to store hierarchical data in a database. And, unless you&apos;re using a XML-like database, tables aren&apos;t hierarchical; they&apos;re just a flat list. You&apos;ll have to find a way to translate the hierarchy in a flat file.</description>
	</item>
	<item>
		<title>Synchronize MySQL Data Using SQLyog Job Agent</title>
		<link>http://tc.eserver.org/22404.html</link>
		<guid>http://tc.eserver.org/22404.html</guid>
		<description>As MySQL developers, we are often required to keep two databases in complete sync with one another.</description>
	</item>
	<item>
		<title>MySQL Tutorial</title>
		<link>http://tc.eserver.org/22330.html</link>
		<guid>http://tc.eserver.org/22330.html</guid>
		<description>Released in January 1998, MySQL is an open source relational database management system (RDBMS). It&apos;s based around the Structured Query Language (SQL), and is best for managing the content of the database as opposed to transactions, as MySQL does not support COMMIT or ROLLBACK. One of the biggest drawbacks of MySQL is it&apos;s lack of support for referential integrity, no stored procedures, no triggers, and no sub-queries. MySQL is free, and may be downloaded from download section at MySQL.</description>
	</item>
	<item>
		<title>Designing Relational Databases</title>
		<link>http://tc.eserver.org/18827.html</link>
		<guid>http://tc.eserver.org/18827.html</guid>
		<description>The phrase database design means the set of steps, techniques, guidelines, and tools for translating a logical data model into a database specification.  The database design consists of a structural representation, but may also include an integrity representation for rules enforcement.  The structural representation is usually a database design diagram, from which you generate database-specific definitions.  The integrity representation can take many forms from database specifications that define rule enforcements in the dbms layer, program specifications that define rule enforcements in object methods or other implementation, as well as specifications that define rule enforcement in a rules layer.&#xD;&#xD;Think of relational database design as a process for transforming the Logical Data Model into a relational database where the database design preserves the high quality properties of the Logical Data Model described in the book. &#xD;</description>
	</item>
	<atom:link href="http://tc.eserver.org/dir/Design/Information-Design/Databases.xml" rel="self" type="application/rss+xml"/>
</channel>
</rss>