(njethwa) In GL Chart of accounts, each segment can have its own hierarchy. Although in GL there is no validations done if one child is reporting to more than one parent, the onus lies on the financial users who do reporting off FSGs and other means to ensure that the hierarchy remains clean. If thi
Other News
Perspectives on ASP.NET AJAX
(Dino Esposito) Unless you’ve spent the past 12 months disconnected from the Net-perhaps vacationing on a remote tropical island or participating in a reality game show-you should know a few things about AJAX. But I’ll do a quick refresher just in case.
Manage DB2 log files in an SQL replication environment
(John Casey) If you’re a DBA, you know that one of your main responsibilities is to manage log files. Log files record all of the SQL statements that transpire in each transaction, to enable recovery in the event that the transaction is interrupted for some reason. In DB2 for Linux, UNIX, and Window
DBAs to storage managers: We want more!
(Elisa Gabbert) If DBAs’ wish lists for the new year have one item in common, it’s more storage. (R)
Linux Tips and Tricks for Oracle
(Sreeram Surapaneni) Oracle committed to Linux in 1998, with its first database released on Linux. Now Oracle claims its database software is number one on Linux with a market share of more than 75%. Though Oracle provides low-cost deployment of Linux solutions, many skeptics still hesitate to deplo
Is XML 2.0 Under Development?
(Micah Dubinko) XML, one has to admit, has been pretty successful. Despite having a sufficient quantity of annoyances to merit a dedicated column on these pages, XML has powered applications almost anywhere–anywhere except the web, if recent murmurings are an indication.
Troubleshooting .NET Applications: Knowing Which Tools to Use and When
Learn how to avoid application failures and performance degradations that threaten core business systems and their users worldwide. Analysts agree that at least 80 percent of all software released into production will fail due to quality issues; and 70-80 percent of the cost of ownership of such bus
Concurrent Model in ADO.NET
(Michael Milonov) The most popular instrument to access database data for .NET applications is ADO.NET. This set of components contains three main classes those are used to manipulate and store data: DataReader, DataSet, and DataAdapter. DataReader is able only to read data and can’t work as data so
Retrieving Data from a SQL Server 2005 Database Using the SQL DataSource Control in ASP.NET 2.0
(Jayaram Krishnaswamy) SQL Data source control together with other data controls hide most of the hardwiring needed for connecting to and retrieving data from the server by presenting simplified higher level features. Sql Data Source Control together with the GridView data aware control makes data a
How To Browse Folders with FolderBrowserDialog and Visual Basic 2005
(Mike McIntyre) This article and source code demonstrate how to use the .NET Windows Forms FolderBrowserDialog class and Visual Basic 2005 to provide a way to prompt the user to browse, create, and eventually select a folder. Use this class when you only want to allow the user to select folders, not
