Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Updating a bad database
- I am working with an old Access Database where the creator did not know about normalization or using key fields. He just kept adding columns for each project to connect the line to from one table to then next. No key fields were used and all connecti
- Tags: normalize, excell, relational, programming, access, MKS_Cheerful@..., database
- Discussion threads 2006-12-15
- Hierarchical Flexgrid
- I'm trying to populate a ms hierarchical flexgrid with a relational database. i'm not quite sure how to fill the grid in the way i want. i have two tables, one of them is related to the other in a way that multiple lines from one table correlate...
- Tags: Databases, pjhenry@...
- Discussion threads 2005-09-06
Additional Resources
- A clear explanation of relational databases and the rules that govern them
- Deploying a relational database on almost any scale requires a thorough understanding of the fundamental concepts and rules that govern their behavior. This excerpt from Get It Done With MySQL 5, written by Arthur Fuller and Peter Brawley, explains the fundamental concepts underlying relational databases, including sets, tables, Codd's 12...
- Tags: RDBMS, Databases, Storage, Enterprise Software, Software, Data Management, Hardware
- Book chapters 2005-04-05
- A clear explanation of relational databases and the rules that govern them
- Deploying a relational database on almost any scale requires a thorough understanding of the fundamental concepts and rules that govern their behavior. This excerpt from Get It Done With MySQL 5, written by Arthur Fuller and Peter Brawley, explains the fundamental concepts underlying relational databases, including sets, tables, Codd's 12...
- Tags: Databases, Storage, RDBMS, database, excerpt, MySQL, software
- Download resources 2005-04-05
- Relational Data Mining With Inductive Logic Programming for Link Discovery
- Link Discovery LD is an important task in data mining for counter-terrorism and is the focus of DARPA's Evidence Extraction and Link Discovery EELD research program. Link discovery concerns the identification of complex relational patterns that indicate potentially threatening activities in large amounts of relational data. Most data-mining methods assume...
- Tags: Relational Data, University Of Texas, Programming, Link Discovery, Logic Programming, Data Mining, Business Intelligence, Marketing Research, Databases, Enterprise Software, Software, Data Management, Marketing
- White papers 2002-11-01
- Because Not All Data Is Flat: IBM's U2 Extended Relational DBMSs
- This white paper compares the strengths of the extended relational approach with the more commonly used pure relational approach and highlights various ways in which the extended relational approach provides an advantage over the pure relational approach in terms of development, performance, and maintenance of the database. It also discusses...
- Tags: DBMS, IBM Corp., International Data Group, Data Management, Leadership, Storage, Databases, Management, Hardware, Enterprise Software, Software
- White papers 2006-09-01
- Comparing XML and Relational Storage: A Best Practices Guide
- While there have been years of research into physical and logical database design in purely relational systems, little definitive work has been done on the influence of XML on the logical and physical database design of unified XML/relational systems. A unified XML/relational database system offers compelling value to its users...
- Tags: Best Practice, Database System, XML, Storage, Databases, Software/Web Development, Web Development, Hardware, Enterprise Software, Software, Data Management
- White papers 2005-03-01
- Biological Applications of Multi-Relational Data Mining
- Biological databases contain a wide variety of data types, often with rich relational structure. Consequently multi-relational data mining techniques frequently are applied to biological data. This white paper presents several applications of multi-relational data mining to biological data, taking care to cover a broad range of multi-relational data mining techniques.
- Tags: University Of Wisconsin, Data Mining, Business Intelligence, Marketing Research, Databases, Enterprise Software, Software, Data Management, Marketing
- White papers 2008-01-01
- Speeding Up Multi-Relational Data Mining
- This paper presents a general approach to speeding up a family of multi-relational data mining algorithms that construct and use selection graphs to obtain the information needed for building predictive models (e.g., decision tree classifiers) from relational database. Preliminary results of the experiments suggest that the proposed method can yield...
- Tags: Iowa State University, Data Mining, Business Intelligence, Marketing Research, Databases, Enterprise Software, Software, Data Management, Marketing
- White papers 2008-01-01
- PhoneBase Relational Database (zip)
- Relational 3-Table SQL ADO Database. Learn how to create your own multi-table relational database using SQL. It is an example created in Visual Basic 6.0. Full exe file and source code included. This version is the first release on CNET Download.com.
- Tags: Slavko Cusic, Programming Languages, Microsoft Development Tools, Databases, Software Development, Software/Web Development, Development Tools, Enterprise Software, Software, Data Management
- Software downloads 2008-08-22
- A Java Based Parser Software for Converting XML Documents to the ER Model and Relational Databases
- This paper presents a conceptual design model that was used to create a tool for converting XML documents and their data to an ER model and then a relational database. This tool, a Java based parser software, parses and reads in XML documents, maps them to an ER model, and...
- Tags: Java, XML Document, XML, RDBMS, University Of West Florida, Databases, Storage, Enterprise Software, Software, Data Management, Hardware
- White papers 2006-05-24
- MSDN Webcast: Object-to-Relational Mapping in ASP.NET Applications (Level 200)
- Although object-oriented ASP.NET applications rely on objects as their building blocks, they typically need to interact with relational databases that store data in rows and tables instead of objects. The attendee of this webcast will learn how to use object-to-relational mapping in the ASP.NET applications to map the objects to...
- Tags: Microsoft Developer Network, Webcast, Microsoft ASP.NET, RDBMS, .Net, Middleware, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Webcasts
- Relational Learning for Customer Relationship Management
- Customer modeling is a critical component of Customer Relationship Management CRM. Successful customer modeling requires a holistic view and the consolidation of all customer information available to the business, which is typically stored in a relational database. With this understanding, customer modeling in CRM can be viewed as a special...
- Tags: CRM, Customer Modeling, Advertising & Promotion, Research & Development, Customer Relationship Management (CRM), Enterprise Software, Marketing, Business Operations, Software
- White papers 2005-09-30
- XML to Relational: Bridging the Gap
- XML is a great way to share data between systems, organizations, and disparate technologies, but once that XML is received, what to do with it? This paper reviews how a person can store the contents of his or her XML documents in relational tables. The DBMS_XMLSTORE PL/SQL package was introduced...
- Tags: Oracle Corp., XML Document, XML, Software/Web Development, Web Development
- White papers 2005-09-01
- SQLXML (msi)
- SQLXML enables XML support for your SQL Server Database. It allows developers to bridge the gap between XML and relational data. You can create XML View of your existing relational data and work with it as if it was an XML file. SQLXML allows you to: build Web Services with...
- Tags: Microsoft SQL Server, SQLXML, XML, Databases, Enterprise Software, Software/Web Development, Web Development, Software, Data Management
- Software downloads 2007-08-30
- MSDN Webcast: Using LINQ With Relational Data (Level 100)
- One of the most common forms of data used in applications today continues to be relational data that is stored in various database systems such as Microsoft SQL Server. The attendee of this webcast will learn about the flavors of LINQ that are designed to access relational data including LINQ...
- Tags: Microsoft Developer Network, Webcast, LINQ
- Webcasts 2008-03-13
- The Table and the Tree: On-Line Access to Relational Data Through Virtual XML Documents
- For speed and convenience, applications routinely cache XML data locally, and access it through standard parser SAX or tree DOM interfaces. When the source of this data is a relational database, the consistency and integrity guarantees of the database are sacrificed for speed. This paper presents the ROLEX system (standing...
- Tags: Microsoft Access, XML Document, Alcatel, XML, Storage, Databases, Software/Web Development, Web Development, Hardware, Enterprise Software, Software, Data Management
- White papers
- XML Constraints: Specification, Analysis, and Applications
- To make effective use of XML constraints it is often necessary to reason about them, both at compile-time for consistency and implication analyses and at run-time for incremental constraint checking. Since XML constraints are more complicated than relational dependencies, the static analyses of XML constraints are more intriguing than their...
- Tags: Constraint, Specification, Analysis, XML, Software/Web Development, Web Development
- White papers
- How do I... Transfer and store data from an XML document in a relational database?
- Between AJAX, Web services and just plain XML there is a plethora of information going to and fro. Yes, XML really makes it easy to move data from here to there and from there to here. While this is really great it totally ignores the fact that eventually the data...
- Tags: XML Document, RDBMS, XML, Databases, Software/Web Development, Web Development, Enterprise Software, Software, Data Management
- Download resources 2006-11-17
- Database in Depth: Introduction
- Professionals in any discipline need to know the foundations of their field. So if one is a database professional, one needs to know the relational model, because that model is the foundation (or a huge part of the foundation, anyway) of the database field in particular. Now, every course in...
- Tags: Storage, Databases, Hardware, Enterprise Software, Software, Data Management
- Book chapters 2005-05-17
- << Previous
- page 1 of 1
- Next >>
