XSL strings - checking string length Posted on February 18, 2004 In your XSL transforms, you can add logic dependent on string length as follows: [Read More] Tags: xsl
SQL Server - Invoking COM Components Posted on February 16, 2004 You can create and use COM components with the sp_O stored procedures. [Read More] Tags: sqlserver
SQL Server - Inserting Rows Using INSERT...SELECT Posted on February 13, 2004 To copy all the data from one table into another: [Read More] Tags: sqlserver
Exporting Registry Keys Posted on February 9, 2004 For example, to export all keys under the ASP.NET software section to a file called “test.txt”, run the following command: [Read More]
Installing Apache, MySQL and PHP on Slackware Posted on December 24, 2003 This assumes that none of the above are installed. If they are remove them from your system if you are not sure they are working correctly. [Read More] Tags: apache mysql php