by Douglas Kerwin – Web services aren’t always your best option. Review your requirements and the optimal scenarios for Web services deployments before moving forward.
Other News
Xerces C++ 2.3.0
Feature release; adds per-parser pluggable memory management, pluggable panic handler, denial-of-service security handling, partial implementation of DOM level 3 normalization.
OrgChart.NET
OrgChart.NET is an ASP.NET Web Server control that automates the process of creating complex organization charts based upon hierarchical data located in relational databases or XML documents.A beta of OrgChart.NET will be available soon on the XML for ASP.NET Developers Website. Until then,
admin dts – Free Space Monitoring Tool ActiveX Script Task :: (Script Library)
Category: Backup Software Tags: Backup software, Restore softw Compatibility: SQL Server 2000 only Description:
Trigger: checkForJobFail :: (Script Library)
Category: Backup Software Tags: Backup software, Restore softw Compatibility: SQL Server 7.x and later Description:
Job and Alerts for Severe Errors 20-25 :: (Script Library)
Category: Backup Software Tags: Backup software, Restore softw Compatibility: SQL Server 7.x and later Description:
monitor DB blocking :: (Script Library)
Category: Backup Software Tags: Backup software, Restore softw Compatibility: SQL Server 7.x and later Description:
Developing Database Projects for z/OS in Visual Studio .Net
This tutorial demonstrates the use of the DB2 database project template of the IBM DB2 Development Add-In to create tables, indexes, views, triggers, and stored procedures for a DB2 for z/OS database.
Plugging in to Faster Data Access
By Victor Alvarez – As it matures with each release, DB2 provides faster distributed data access. Changes in version 8 take it to a whole new level.
Testing a connection from Visual Basic 6.0 to SQL Server
I want to test a connection from Microsoft Visual Basic version 6.0 to SQL Server. I tried to conduct the test through the SQL-DMO VerifyConnection property but was unsuccessful. Listing 1, which follows, shows the code I used. Where did I go wrong?