Other News

Community

Querying XML Data with XQuery

(Scott Mitchell) Let’s face it, one of the primary tasks we, as Web developers, are faced with is querying data from some data store and allowing users to view and/or manipulate the information via a Web interface. Typically, the data stores that we query from are traditional relational databases, l

Community

An XBRL Tagset for XML

This tagset works with the Output Delivery System (ODS) and PROC PRINT, or with the LIBNAME engine. Using ODS is the simplest way. The prerequisite is that you have two data sets: one with the XML document’s metadata, and one with the all of the items. See the PROC PRINT output of an example.

Community

Visual Basic .NET for Beginners

To this point, I’ve tried hard to stick with examples and code that can be run as a Console Application so you could use a simple and free text editor to create your VB.NET programs and compile them with the free compiler in the .NET Framework SDK. It’s a great way to learn .NET. But after a while,

Community

MySQL Administrator

(Russell J.T. Dyer) For many MySQL developers, database administration is something that they know little about and, as a result, they avoid. To make MySQL administrative tasks easier, MySQL AB has developed a new graphical user interface to the MySQL server. It’s called simply and appropriately, “M

Community

Understanding Hash Joins

The hash join has two inputs: the build input and probe input. The query optimizer assigns these roles so that the smaller of the two inputs is the build input. Hash joins are used for many types of set-matching operations: inner join; left, right, and full outer join; left and right semi-join; i