When you use a SELECT statement to fetch information from a view, and the SELECT statement returns an error message in Microsoft SQL Server 2000, the error message may contain user data. The user data is not returned in the final result if the SELECT statement successfully fetches data from a view.
Other News
Personalization and User Profiles in ASP.NET 2.0
(Dino Esposito) Personalization is growing to be more and more of an essential ingredient in many types of Web apps, including portals and shopping sites. Without it, it’s quite difficult to serve your customers efficiently. But building a personalization layer in your presentation tier can be a cha
Programming SQL Server 2005 with the .Net CLR
(Andrew Novick) One of the most anticipated features of soon to be released SQL Server 2005 is the integration of the .Net CLR into the SQL Server engine. This article is going to discuss just what that means and give you a first peak into how write .Net code and use it in SQL Server 2005. If you
Before you install DB2 Data Links Manager (Solaris Operating Environment)
Ensure that you are running one of the following versions with a 32-bit kernel: Solaris(TM) Version 7 Solaris Version 8 Kernel architectures sun4d and sun4m are not supported.
Working XML: Safe coding practices, Part 3
(Benoît Marchal) This article looks at validation, error handling, and schemas. Schemas primarily address the design, documentation, and validation of an interface. I’ll focus primarily on validation.
Use Derby in a J2EE Server environment
(Stanley Bradbury) Application Servers (also called App Servers) are gaining popularity as a way to provide information and services to people at different locations without regard to the type of computer they are using. Typically the App Server sits between a database or other information store (ca
SAL – Simple AJAX Library
(Leaf369) This article presents a simplified AJAX library written in JavaScript, hopefully many developers will find it useful.
Securing a .NET Application on the Oracle Database
(John Paul Cook) With the ever increasing interest in security, companies are taking a more mature look at security beyond the simple basics of denying unwanted access. International, national, state, and provincial laws and regulations are driving a more detailed and granular approach to security.
Oracle 2-day DBA Online Tutorial
Oracle Database 2 Day DBA is a database administration quick start guide that teaches you how to perform common day-to-day database administrative tasks. The goal of this tutorial is to give you adequate information to help you understand the concepts behind the Oracle Database. It teaches you how t
Better Living Through XHTML
(Jeffrey Zeldman) XHTML is the standard markup language for web documents and the successor to HTML 4. A mixture of classic (HTML) and cutting–edge (XML), this hybrid language looks and works much like HTML but is based on XML, the web’s “super” markup language, and brings web pages many of XML’s be