(Vic Mackey) This is an extended stored procedure for Microsoft SQL Server 2000 that implements an optimized MD5 hash algorithm. It is intended to work much like the MySQL MD5() function. The algorithm was taken from here. I only added the md5_string() function. The DLL should work for older version
Other News
Basic SQL Coding for DB2 Universal Database for OS/390 (Sample Chapter)
(Susan Lawson) Take a look at the four primary statements of DML: Select, Update, Insert, and Delete. You will learn the function each of these can play in your efforts to master DB2. You will also look at various aspects of SQL, a necessary language to understand though the comprehension level will
Open-Source Leader Highlights Technologies for Developers to Watch
(Darryl K. Taft) Rod Johnson, an outspoken member of the open-source community, rallied Java developers to wave their Java flags high but to look beyond Java and hone their business and communications skills as they look for new opportunities in a world where Java and Microsoft Corp.’s .Net reign as
OASIS advances security standards
(Nitin Bharti) OASIS made significant progress last week in its security standards department, ratifying the Extensible Access Control Markup Language (XACML) 2.0 and making strong gains with the Security Assertion Markup Language (SAML) 2.0. (R)
An introduction to xAP, part I
(Michael McSharry) When we start out in HA we are excited to be able to control anything with some degree of automation. The simple things were exciting and made us lust for more. The typical route is the X10 ActiveHome that segways into Homeseer, MisterHome, or other PC-based automation engine. The
Oracle announces availability of BI upgrade
(Laura Rohde) Oracle recently released its stand-alone Business Intelligence 10g product, which offers tools for queries, reporting and analysis, data integration and management, and application development.
MDX Essentials: Set and String Functions: The GENERATE() Function
(William Pearson) In this lesson, we will introduce a function that provides us the ability to derive a set by systematically applying a set expression to each of the members of a set we define. GENERATE() is a potent function in our MDX toolset, in that it enables us to select precisely only certai
Choosing between C# and VB.NET
(Huw Collingbourne) In the past, different programming languages tended to do things in their own way. Programmers using C++ would, in all probability, make use of the types and routines provided by the Microsoft Foundation Classes (MFC) libraries; Visual Basic had its own built-in types and routine
Access Control List Editing in .NET
(Keith Brown) Access control lists (ACLs) can be complex beasts, and user interfaces for editing them are incredibly tricky to implement properly. That’s why I was really excited when Windows® 2000 shipped with a programmable ACL editor, shown in Figure 1. Technically this is more than an ACL ed
UML Interaction Diagrams (Sample Chapter)
(Craig Larman) The UML includes interaction diagrams to illustrate how objects interact via messages. They are used for dynamic object modeling. There are two common types: sequence and communication interaction diagrams. This chapter introduces the notation—view it as a reference to skim through—wh
