Author: SSWUG Research

Community

Custom List Controls

(Brian Mains) Many are familiar with the DropDownList control, which inherits from ListControl. This control contains an Items collection property, which each item is rendered as a child item of the control, as the default property. How is this done? The following article will discuss this in detail

Community

Using More Perl in PostgreSQL

(Andrew Dunstan) The first article in this series examined the use of PL/Perl to create triggers. The trigger inserted a row into a database table for audit purposes using a new PL/Perl method called spi_exec_query(). This article looks in more detail at uses of that function and its new cousin, as

Community

SQL Server Express Utility

SSEUtil.exe is a tool that lets you easily interact with SQL Server. Among other things, it allows you to: • Connect to the main instance or user-instance of SQL Server. • Create, attach, detach, and list databases on the server. • Upgrade database files to match the version of the server. • E

Community

What is XML?

(Ankh) I’ve recently held a number of Future of XML sessions at various conferences. I posted about it on my Advogato blog too. I got quite a lot of feedback, but one thing emerged clearly: XML is what you make of it. There is no one answer. There is no One True Data Model. There is no One True Mean