(Tyler Anderson) XForms with Firefox has extension functions that aid your development of JavaScript with XForms. These functions allow you to access your XForms instance data with ease, enabling you to do cool stuff with your XForms, including creating dynamic XForms code. The goal of this tip is t
Other News
How to Print a Document from SQL Stored Procedure
(aleksisa) There’re many different ways of pulling data out of the database and then format/print it according to your needs. The code bellow allows you to print a document from a stored procedure using a SQL OLE and VB DLL.
How To Group ListView Items with ListViewGroup VB2005
(Mike McIntyre) This article with source code demonstrates how to group ListView Items with the ListViewGroup class and Visual Basic 2005. In the article example, customers are loaded from a database and three groups are created – customer name, region, and country.
Hide sensitive data with Oracle 10g column masking
(Bob Watkins) Oracle’s Virtual Private Database (VPD) feature (also called Fine Grained Access Control) provides row-level security checking for DML statements such as SELECT. A PL/SQL policy function is associated with a table; the function can examine the current user context and return additional
My first steps with Oracle BI Publisher Enterprise Edition 10.1.3.2: create a report based on the OraBlogs rss-feed
(Lucas Jellema) After receiving a new, pretty powerful laptop, on Thursday and installing the Oracle BI Enterprise Edition on Friday, this weekend sees my first steps with the BI Publisher (previously known as XML Publisher). My colleague Marcos is our (AMIS’s) real expert in this area – you may ha
FIX: CPU utilization may approach 100 percent on a computer that is running SQL Server 2000 after you run the BACKUP DATABASE statement or the BACKUP LOG statement
Consider the following scenario. You start the SQL Server 2000 service. You execute the BACKUP DATABASE statement or the BACKUP LOG statement at least one time. In this scenario, CPU utilization may approach 100 percent. After approximately 15 minutes or less, CPU utilization decreases.
Logical Functions: IsAncestor(): Conditional Logic within Calculations
(William Pearson) In this lesson, we will expose another logical function which we can use for testing a member or level at which a cell is being calculated, the IsAncestor() function. The general purpose of IsAncestor() is to return whether or not a specified member is an ancestor of another member
DB2 9 Application Development exam 733 prep, Part 1: Database objects and programming methods
(Clara Liu) Get an introduction to the different types of database objects and programming methods. The first in a series of nine tutorials, use this series to help prepare for the IBM DB2 9 Family Application Development Certification exam (Exam 733). (R)
ASP.NET Controls – The Bridge between Client and Server-Side
(Nuno M. F. Gomes) In my previous article I talked about attributes ‘name’ and ‘id’ length and why their size can easily grow. In this article I will focus my attention answering “Why they are rendered and what are their roles in ASP.NET?”.
Increasing productivity with TOAD for Oracle
(Sreeram Surapaneni) As a Production or Development DBA, we’d better know all the syntax of the command line interface (CLI) utilities whether it is sqlplus or old srvrmgr, which Oracle no longer supports. Moreover, command line interfaces are easy and certain. Oracle has command line interface tool
