The SQL Server 2000 Report Pack for Microsoft CRM is a set of six Microsoft SQL Server 2000 Reporting Services reports that work with the Microsoft CRM 1.2 sample database. With the Report Pack, you have the choice of using the sample reports either as-is or as templates for designing new report
Other News
ADO.NET – A Data Access Layer
(Patryk Nowakowski) With the release of ADO .NET Microsoft has fundamentally changed the way of database applications development. The new version of ADO introduced with .NET Framework is extremely flexible and gives developers a wide variety of tools for handling common database programming tasks.
Multiple flaws found in DB2
(Robert Westervelt) A group of 20 holes in IBM’s DB2 could allow attackers to compromise and crash a vulnerable system running versions 7, 8 and 8.1 of the database. IBM released a partial fix for the vulnerabilities. (R)
A ‘Pivot’ XML-Based Architecture for Multilingual, Multiversion Documents: Parallel Monolingual Documents Aligned Through a Central Correspondence Descriptor and Possible Use of UNL
(Najeh Hajlaoui and Christian Boitet) Due to the Internet, the number of available documents grows dramatically. There is a strategic need for companies to control information written in more than 30 languages (HP, IBM, MS, Caterpillar). This requires the installation of powerful and effective mana
Architecture (Sample chapter)
(Rick Greenwald, Robert Stackowiak and Donald Bales) If you understand the architecture of Oracle Application Server, you will have an excellent framework for understanding how the product works. Learning how the various components of Oracle Application Server interact can help you avoid many p
Tipping the Scales Toward Secure Code
(Rebecca Rohan) Everybody can use more secure code—and sometimes the best way to hone your skills is by listening to other programmers. Here are 18 tips offered by your fellow developers.
Where’s the simplicity in Web services?
(Martin LaMonica) Has Web services, the technology intended to simplify programming, gotten too complex? A debate is raging over whether the number of specifications based on Extensible Markup Language (XML), defining everything from how to add security to where to send data, has mushroomed out
CodeSnip: Access Database Schema with ASP.NET 2.0
(Andrew Mooney) Retrieving Access database schema with ASP.NET 2.0 is actually very simple. First you create an OleDbConnection to a database. Next, you fill a DataTable with schema information using GetSchema method. Finally, you bind the DataTable to a GridView.
Paging Database Results in ASP.NET
(Scott Mitchell) One of the most common tasks developers are faced with when working with data-driven Web sites is the need to page data. Most data is only worthwhile if it can easily be digested by a human, so a data-driven Web site needs to present data in an easy-to-read format. In situations whe
MDX Essentials: Basic Set Functions: The EXTRACT() Function
(William Pearson) In this lesson, we will introduce a function that operates upon a specified set, extracting the dimensions of that set as we dictate. As most references point out, by way of explanation, the EXTRACT() function works in a manner that is the opposite of the CROSSJOIN() function (for