<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Databases</title>	<link>http://tc.eserver.org/dir/Databases</link>
	<description>A listing of the most recently indexed works about 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>Databases</title>
		<link>http://tc.eserver.org/dir/Databases</link>
	</image>
	<item>
		<title>Excel 2007 Quick Reference Card</title>
		<link>http://tc.eserver.org/35119.html</link>
		<guid>http://tc.eserver.org/35119.html</guid>
		<description>A basic introduction to the new functions in Microsoft Excel 2007, which changed the user interface significantly from its earlier (2003) version.</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>Providing Intranet Access to Records</title>
		<link>http://tc.eserver.org/33090.html</link>
		<guid>http://tc.eserver.org/33090.html</guid>
		<description>Many organisations are attempting to clarify the relationship between the corporate intranet, and their document/records management system.&#xD;&#xD;While this is a broader issue of information management with an organisation, there are some short-term activities that can be taken to create a working relationship between these two platforms.&#xD;&#xD;This briefing outlines a simple scenario in which the intranet helps staff find key corporate information, while the documents accessed are stored in the document/records management system.</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>Narrative Enquiry: A Way to Get Organizations (and the People in Them) Talking and Acting Differently: An Account of Methods of Intervention to Enquire into Conditions Surrounding Records Management and Filing to Catalyze Change</title>
		<link>http://tc.eserver.org/32312.html</link>
		<guid>http://tc.eserver.org/32312.html</guid>
		<description>Narrative enquiry: A way to get organizations (and the people in them) talking and acting differently: An account of methods of intervention to enquire into conditions surrounding records management and filing to catalyze change</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>Data Pager Control [.NET Framework 3.5] in Visual Studio 2008</title>
		<link>http://tc.eserver.org/32231.html</link>
		<guid>http://tc.eserver.org/32231.html</guid>
		<description>When query results exceed the display area then you resort to scrolling and wish you had some way to limit the number of results displayed and comfortable to view without scrolling. Paging functionality which provides an answer to this is therefore a much desired feature. The Data Pager Control in Visual Studio 2008 provides this functionality when you create an ASP.NET web form under .NET Framework 3.5. It can be configured automatically using the GUI, or it can be installed manually after installing the ListView. In this article both of them are described. While the number of items displayed in a list can be declaratively coded, it is possible to set it at page load time as well.</description>
	</item>
	<item>
		<title>Retrieving Data on a SQL Anywhere Server Using AJAX</title>
		<link>http://tc.eserver.org/32129.html</link>
		<guid>http://tc.eserver.org/32129.html</guid>
		<description>The article shows how an AJAX call can be made to a resource on the SQL Anywhere Server using stored procedures and web services.</description>
	</item>
	<item>
		<title>Visual Studio 2008 and SQL Anywhere 11 Integration</title>
		<link>http://tc.eserver.org/32130.html</link>
		<guid>http://tc.eserver.org/32130.html</guid>
		<description>Describes how Panorma (now SQL Anywhere 11) is installed as well as the integration features with .NET Framework.</description>
	</item>
	<item>
		<title>The (Free) Script That Saved My Website</title>
		<link>http://tc.eserver.org/32065.html</link>
		<guid>http://tc.eserver.org/32065.html</guid>
		<description>I recently purchased a music streaming website, powered by MySQL database full of links to the musical content. In order to transfer the website to my hosting I was going to need to import the database. Unfortunately, I host with GoDaddy.com. GoDaddy offers phpMyAdmin to control your databases which is a great program but it limits imports to 2MBs. My database was over 70MB. I tried it anyways with my fingers crossed but as expected, it wasn’t going to work.</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>Build Custom Templates for Your Data-Driven Web Sites</title>
		<link>http://tc.eserver.org/31635.html</link>
		<guid>http://tc.eserver.org/31635.html</guid>
		<description>Most developers dread dealing with HTML tables and cells to build their Web sites. For one thing, tables make it difficult to modify the site later or to change its appearance. Discover some basic techniques for writing Web sites that you can later re-skin by using templates during the site&apos;s initial creation. Also, learn why you should use data-driven techniques for your own Web sites.</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>Microsoft SQL Server 2008: Installation Made Easy</title>
		<link>http://tc.eserver.org/30800.html</link>
		<guid>http://tc.eserver.org/30800.html</guid>
		<description>The article discusses the precaution thta one can take in installing the Microsoft SQL 2008 Sever (Developer Edition). Links to downloading a sample database with how-to note is also provided. Some of the initial problem solving in cleaning up the .NET miscellanea is discussed in this blog at :&#xD;http://hodentek.blogspot.com/2008/01/you-were-cleaning-up-net-framework.html</description>
	</item>
	<item>
		<title>Compleat Compliance: Due Diligence on Companies and Individuals</title>
		<link>http://tc.eserver.org/30755.html</link>
		<guid>http://tc.eserver.org/30755.html</guid>
		<description>Explains how recent legislation and the effects of corporate scandals have necessitated greater due diligence on companies and individuals. Gives details of relevant existing and forthcoming legislation and discusses how a due diligence process can ensure compliance with the law. Points out that prospective clients, employees and investors may all require investigation, and then reviews some of the information sources available for use in both corporate and individual investigations. Considers the impact of international developments, particularly in the light of increased merger and acquisition activity, and discusses some of the barriers to acquiring effective due diligence. Finally considers the applicability of selected commercial databases.</description>
	</item>
	<item>
		<title>Staying Competitive Through Continuous Improvement: The Business Information Service at ABN AMRO</title>
		<link>http://tc.eserver.org/30759.html</link>
		<guid>http://tc.eserver.org/30759.html</guid>
		<description>Case study describing the realignment of the Business Information Service (BIS) in ABN AMRO. Explains the reasons for change and the plans to incorporate the concept of continuous improvement, helping to ensure the service constantly evolves to meet demands of the organization. Includes a description of the bank and its operations and explains the role of the BIS within it. Explains how the service will be realigned to embrace the principles of continuous improvement, covering changes in both the Research and Support Services sections, and outlines how these changes will be achieved. Concludes that to make a difference, such change must be a constant.</description>
	</item>
	<item>
		<title>Vendor View: An Interview with Greg Simidian</title>
		<link>http://tc.eserver.org/30756.html</link>
		<guid>http://tc.eserver.org/30756.html</guid>
		<description>Interview with Greg Simidian, Managing Director of company information vendor Perfect Information. Discusses the company itself and how it has changed over the years, concentrating particularly on its customer relations. Considers relations between vendors and intermediaries generally, covering contract negotiation and the impact of end users, and also considering recruitment and skills issues for the information industry. Speculates on the future of the industry, considering social networking in particular. Reflects on Greg Simidian&apos;s previous career, considering the benefits of working for both mainstream and niche information providers.</description>
	</item>
	<item>
		<title>Web Enabling Data on a SQL Anywhere Server using a Native Web Service</title>
		<link>http://tc.eserver.org/30681.html</link>
		<guid>http://tc.eserver.org/30681.html</guid>
		<description>Exposing server data to intranet/internet, an attractive and much needed method has become possible due to the native web services, services that can be created on the database itself to which HTTP or Soap requests can be made. SQL Anywhere server, even in version 9.0 [present version SQL Anywhere 10] possessed this built-in capability of being able to expose data on the database server to HTTP requests.</description>
	</item>
	<item>
		<title>Why (Almost) Every Web Site Needs an RDBMS</title>
		<link>http://tc.eserver.org/30657.html</link>
		<guid>http://tc.eserver.org/30657.html</guid>
		<description>When your Web application reaches a certain size, it needs a good database design behind it. And in fact, this &apos;certain size&apos; is much smaller than almost every small-site developer thinks. Relational Data Base Management Systems (RDBMSes) need not be restrictive or over-architected, as their bad reputation sometimes brings developers to fear. A bit of thought toward what your site does quickly turns into a sensible schema design, and it is easy to leave open expandable storage mechanisms like a configuration  table within an RDBMS back end.</description>
	</item>
	<item>
		<title>Database Management: Data Into Dollars</title>
		<link>http://tc.eserver.org/30653.html</link>
		<guid>http://tc.eserver.org/30653.html</guid>
		<description>Imagine controlling your customers&apos; information, including how it is updated, managed, printed and distributed. Printers that provide database management services don&apos;t have to dream about such a scenario.</description>
	</item>
	<item>
		<title>SQL Server Integration Services Using Visual Studio</title>
		<link>http://tc.eserver.org/30648.html</link>
		<guid>http://tc.eserver.org/30648.html</guid>
		<description>Beginners Guide to SQL Server Integration Services Using Visual Studio 2005 provides you with the basic knowledge that you should have before you move on to more advanced ETL [Extraction, Transformation, and Loading]. The book will also provide you with a comprehensive description of the many designer windows that you may encounter while working with the designer. This guide provides the building blocks describing each block by way of an example as well as describing the nuts and bolts that bind the blocks. A majority of SSIS tasks are covered in this book and they are described fully in the summary of table contents section. You start building packages right from Chapter 2 and continue on to Chapter 20 gathering and building upon your knowledge in each step.</description>
	</item>
	<item>
		<title>Using a Database as a Feedback Mechanism</title>
		<link>http://tc.eserver.org/30610.html</link>
		<guid>http://tc.eserver.org/30610.html</guid>
		<description>The success of any technical document depends on the reliability of information presented in the document. A database can provide an informal mechanism for exchanging information about product development and support, The database system should have a user interface that is easy to use and does not require too many operations. Factors that must be addressed in the design, testing, and implementation of the database include the type of information, ownership, system maintenance, access control, and system development tools. Writers, who have special expertise in information gathering, can take the initiative and build support for the project.</description>
	</item>
	<item>
		<title>A Study of Instructions for Information Systems: Variations on a Minimalist Theme</title>
		<link>http://tc.eserver.org/30377.html</link>
		<guid>http://tc.eserver.org/30377.html</guid>
		<description>To perform complex tasks, workplace computer users have to know how to control their programs and adapt program capabilities to the needs of their job goals and methods. I inquired into the instructional information that will help users learn such adaptive computing for complex data processing tasks by interviewing twelve experienced database users and analyzing twenty-five exchanges between experts and users on a database helpline network. Findings show that instructions may help users emulate expert approaches to adaptive computing for complex tasks by providing enough substantial technical information to help clarify task problems, goals, methods and analogies and presenting it in the form of rules of thumb, general procedures, and task-to-program explanations.</description>
	</item>
	<item>
		<title>How to Develop and Implement a Usable Training Database</title>
		<link>http://tc.eserver.org/30149.html</link>
		<guid>http://tc.eserver.org/30149.html</guid>
		<description>The results of a Motorola human resources survey revealed an inadequate procedure for selecting training programs pertinent to specific job functions and individual career aspirations. A cross-functional team was formed to remedy the situation within one division. The team selected skill and knowledge criteria for career paths (early, middle, and late) in specific technical disciplines, such as applications engineering, technical communications, applications support, etc. The new training database also includes training, book, and article evaluations that other employees can review. In addition, the database provides access to the Motorola University training catalog and the Motorola technical libraries.</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>Validity Checks</title>
		<link>http://tc.eserver.org/29422.html</link>
		<guid>http://tc.eserver.org/29422.html</guid>
		<description>Work with your fellow employees to understand how they enter data so you can determine the best way to present their choices; they won&apos;t forget who&apos;s responsible for their improved accuracy and speed, particularly around performance appraisal time. Of course, you&apos;ll also earn your own manager&apos;s gratitude once you&apos;re no longer wasting time fixing preventable errors.</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>The SALIS: Software Repository System</title>
		<link>http://tc.eserver.org/28886.html</link>
		<guid>http://tc.eserver.org/28886.html</guid>
		<description>Software development and related IT services have boosted the Indian economy in the recent past. There are potential opportunities to provide innovative products and services. There are a large number of small and medium sized software development enterprises that are today in the market in response to demand. While most of them are engaged in software development services, there are a few organizations involved in software product development. Parallelly, Open Source Software (OSS) developers provide the complete source code of their software (libraries, APIs, device drivers and functional packages) free of charge. There is a great incentive for software product developers to use these available resources. However, all Open Source software is subject to specific terms of use or a license which is specified as part of the software. There is no catalogued repository of open source software that provides the licensing details as well as terms of reuse of the software. Software And Licensing Information System (SALIS) fills that void and attempts to provide details required by software product developers to make a decision on what software components can be used and built upon.</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>Microsoft Word 2007&apos;s Mail Merge with a SQL Anywhere 10 Database</title>
		<link>http://tc.eserver.org/28732.html</link>
		<guid>http://tc.eserver.org/28732.html</guid>
		<description>SQL Anywhere 10 database and Microsoft Word 2007 are the latest software from the respective companies. This step-by-step tutorial not only shows how you can merge a mail document from customer information in a Sql Anywhere 10 database, it also shows how you may work with the database. If you are a office worker using &apos;Office&apos; products this is a must article for you.</description>
	</item>
	<item>
		<title>Refining Data Tables</title>
		<link>http://tc.eserver.org/28685.html</link>
		<guid>http://tc.eserver.org/28685.html</guid>
		<description>Many articles have been written on what is probably the single most ubiquitous interface element within Web applications today: the form. Forms justifiably get a lot of attention because their design is critical to successfully gathering input from users. Registration forms are the gatekeepers to community membership. Checkout forms are how eCommerce vendors close deals. But what goes in must eventually come out, and the information users provide to Web applications often makes its way back to users in the form of tabular data.</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>Working With External Text Files in Microsoft Access 2007</title>
		<link>http://tc.eserver.org/28616.html</link>
		<guid>http://tc.eserver.org/28616.html</guid>
		<description>Step-by-step procedure explained with a large number of screen shots. Both linking and importing are described.</description>
	</item>
	<item>
		<title>Deployment of the MobiLink Synchronization Model Wizard in SQL Anywhere 10</title>
		<link>http://tc.eserver.org/28569.html</link>
		<guid>http://tc.eserver.org/28569.html</guid>
		<description>This builds on the previous article, &apos;MobiLink Synchronization Wizard in SQL Anywhere 10.&apos; The new Deployment Wizard in SQL Anywhere Server 10.0 makes it painless to deploy the model, a task which was script based and terse.</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>eRuby: Using Ruby and MySQL for Dynamic Web Pages</title>
		<link>http://tc.eserver.org/28265.html</link>
		<guid>http://tc.eserver.org/28265.html</guid>
		<description>In a previous tutorial you learned how to get started using the Ruby language as a web scripting language by embedding it in HTML. You need some type of database connectivity to do the cool dynamic stuff. So here is a tutorial written by Markus Jais on how to connect to a MySQL database using Ruby. I will be updating and editing this tutorial to include more windows instructions where applicable.</description>
	</item>
	<item>
		<title>Everything You Wanted to Know About SQL Injection</title>
		<link>http://tc.eserver.org/28266.html</link>
		<guid>http://tc.eserver.org/28266.html</guid>
		<description>If you are a CMS user or web developer then you should know what SQL injection attacks are and how to protect your web applications against them. Hackers are using more SQL based attacks, getting smarter about how to attack a website and using better tools. You have to get a good understanding of how their attacks work if you are going to choose the right software and keep your website secure. Here I will review several types of SQL injection attacks and how they occur. Then take a look at what web developers and end users can do to prevent them.</description>
	</item>
	<item>
		<title>Developing with Apache Derby -- Hitting the Trifecta</title>
		<link>http://tc.eserver.org/28043.html</link>
		<guid>http://tc.eserver.org/28043.html</guid>
		<description>Along with creating a database schema and populating tables with data, being able to selectively modify data is one of the most important skills necessary for a database developer. This article teaches you how to selectively delete or update data in an existing table and how to modify the structure of an existing table. To perform data modifications on a more complex database schema, you&apos;ll learn about embedded subqueries, both scalar and table, with data update and data insert operations. You&apos;ll also find out how to delete and modify data in complex schemas using the Apache Derby database.</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>I Have a &quot;Name&quot; Column Which I Want to Split Into &quot;FirstName&quot;, &quot;LastName&quot;: How Can I Do It?</title>
		<link>http://tc.eserver.org/27215.html</link>
		<guid>http://tc.eserver.org/27215.html</guid>
		<description>Word&apos;s sorting capability is fairly rudimentary, especially for those migrating to it from WordPerfect (though it&apos;s surprising how many people don&apos;t realize Word can sort paragraphs, not just tables – or maybe not so surprising, given where the item is in the menus! The ability to sort on word 2 in field 3 would certainly be very useful (in Excel as well). But there are various things you can do in the meantime.</description>
	</item>
	<item>
		<title>Creating a Mail Merge Data Source</title>
		<link>http://tc.eserver.org/27195.html</link>
		<guid>http://tc.eserver.org/27195.html</guid>
		<description>Microsoft Word supports many file formats which can be used as a Data Source for a mail merge. This article covers specifications and frequently asked questions on the most commonly used Data Sources, along with how to set up a Data Source in Word.</description>
	</item>
	<item>
		<title>How to Create a Mail Merge</title>
		<link>http://tc.eserver.org/27194.html</link>
		<guid>http://tc.eserver.org/27194.html</guid>
		<description>Mail merge is for simplifying repetitive documents and tasks. Mail merge can be used for creating many documents at once that contain identical formatting, layout, text, graphics, etc., and where only certain portions of each document varies. Mail merge is also used for generating mailing labels, envelopes, address lists, personalised training handouts, etc. As well as hard copy mailshots, it can be used to generate multiple emails and electronic faxes. And it can even be used to create a &apos;friendly&apos; front-end to spreadsheet or database information.</description>
	</item>
	<item>
		<title>Making Your Mail Merge &quot;Intelligent&quot; by Using IF Fields</title>
		<link>http://tc.eserver.org/27196.html</link>
		<guid>http://tc.eserver.org/27196.html</guid>
		<description>Almost any mail merge will work better if you use IF fields, as the frequently used scenarios discussed below attempt to illustrate.</description>
	</item>
	<item>
		<title>Turning Word into a Pseudo-Database by Using Mail Merge Query Options</title>
		<link>http://tc.eserver.org/27197.html</link>
		<guid>http://tc.eserver.org/27197.html</guid>
		<description>Purists might argue that the power it gives ordinary users isn&apos;t necessary because they should use Access queries for this sort of thing and link the merge to the query. But in my experience, many people who are very comfortable working with Word and Excel find Access (or any full-fledged database application) very difficult to work with, and can get the job done far more quickly and easily using a combination of Word and Excel. At the end of the day, getting the job done is what matters. The vast majority of the world&apos;s databases (in terms of number of databases, rather than  in terms of amount of data) are stored in Excel spreadsheets.</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>Document your Database Project to Capture Relevant Info</title>
		<link>http://tc.eserver.org/26262.html</link>
		<guid>http://tc.eserver.org/26262.html</guid>
		<description>Documenting a database during its development is a best practice to ensure that the organizational schema, data objects, and other related information are captured for future reference.</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>Using XML in Databases</title>
		<link>http://tc.eserver.org/25977.html</link>
		<guid>http://tc.eserver.org/25977.html</guid>
		<description>Today, we can find many applications to manage XML content that demonstrate the power and flexibility that can only be achieved through XML-native databases. Information intensive companies such as the airline and manufacturer described in this paper have achieved significant technical and business benefits from their use of XML standards and database technology over alternative approaches.</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>VB/MySQL.com</title>
		<link>http://tc.eserver.org/25341.html</link>
		<guid>http://tc.eserver.org/25341.html</guid>
		<description>An online resource for people developing database-driven web applications using Visual Basic and MySQL.</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 New Breed of Version Control Systems</title>
		<link>http://tc.eserver.org/25000.html</link>
		<guid>http://tc.eserver.org/25000.html</guid>
		<description>CVS, part of the glue that holds open source development together, is showing its age. Many competitors have emerged recently, fixing misfeatures and adding new ideas. Shlomi Fish explores several current open source version control systems that may be better than CVS for your needs.</description>
	</item>
	<item>
		<title>Designing Lotus Notes Databases for Global Collaboration</title>
		<link>http://tc.eserver.org/24065.html</link>
		<guid>http://tc.eserver.org/24065.html</guid>
		<description>Notes databases can provide versatile environments for developing and sharing knowledge globally through both client-based and Web-based applications. In this panel discussion we explore some of the issues facing information designers as they enable communication and collaboration in work groups. We will focus on how to determine if Notes is an optimal solution, how to translate information needs into effective design elements and functionalities in Notes, and how we can help ease the transition to the world of Notes for new users.</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>Choosing the Right Database System</title>
		<link>http://tc.eserver.org/22656.html</link>
		<guid>http://tc.eserver.org/22656.html</guid>
		<description>The Web-surfing public doesn&apos;t really care about flashy-yet-useless technology. They want Web sites that do something for them: provide a service or entertainment; help get a job or a date; check bank account balances, stock prices, interest rates, availability of airline tickets, today&apos;s weather ... and so on.</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>Introduction to Databases for Web Developers</title>
		<link>http://tc.eserver.org/21989.html</link>
		<guid>http://tc.eserver.org/21989.html</guid>
		<description>Unlike previous versions of data warehouses (people and books), that might be considered the australopithecines of the database lineage, libraries crossed over into the modern-day species.</description>
	</item>
	<item>
		<title>Beyond the Phone Book</title>
		<link>http://tc.eserver.org/21934.html</link>
		<guid>http://tc.eserver.org/21934.html</guid>
		<description>Whether you know it or not, &apos;database publishing&apos; probably describes some of what you do. Here&apos;s how to do it better!</description>
	</item>
	<item>
		<title>Transactions in MySQL</title>
		<link>http://tc.eserver.org/21221.html</link>
		<guid>http://tc.eserver.org/21221.html</guid>
		<description>Protect your data from crashes and the confusion of multiple user requests with a transaction-capable database.</description>
	</item>
	<item>
		<title>Simplifying and Optimizing HTML Construction</title>
		<link>http://tc.eserver.org/20373.html</link>
		<guid>http://tc.eserver.org/20373.html</guid>
		<description>Using relational databases to create HTML.</description>
	</item>
	<item>
		<title>At Oracle, Simplicity Rules All</title>
		<link>http://tc.eserver.org/19486.html</link>
		<guid>http://tc.eserver.org/19486.html</guid>
		<description>To jump-start revenue growth, Mark Jarvis has insisted that simplicity be the foundation not only of Oracle&apos;s marketing but also of its product development. Programmers, salespeople, and marketing staff now work closely to satisfy real customer problems, not just deliver glitz. On Nov. 18, Mark Jarvis spoke with BusinessWeek Online Technology reporter Jane Black about his plans to improve Oracle&apos;s fortunes. Here are edited excerpts from that conversation.</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>
	<item>
		<title>Bibliographic Database Managers</title>
		<link>http://tc.eserver.org/18814.html</link>
		<guid>http://tc.eserver.org/18814.html</guid>
		<description>Guides and handouts in bibliographic database management.</description>
	</item>
	<atom:link href="http://tc.eserver.org/dir/Databases.xml" rel="self" type="application/rss+xml"/>
</channel>
</rss>