(Arup Nanda) As you know, relational tables are, well, tabular—that is, they are presented in a column-value pair. Consider the case of a table named CUSTOMERS.
Other News
Use Project Zero’s data access APIs to build a simple wiki
(Brandon J.W. Smith and Hanumanth R. Kanthi) Project Zero is a simplified development platform focused on the agile development of Web 2.0 applications following a Service-Oriented Architecture (SOA). Among Project Zero’s arsenal of libraries is a simplified API for executing SQL queries. Learn how
Themes in ASP.NET 2.0
Web development is not just designing and building the logic behind. Its much more that that as you have to take care of aesthetic sense by giving the similar overall look of the site and also the flexibility to change it as and when needed. To fulfill this requirement ASP.NET 2.0 gives a new featur
ASP.NET Dynamic Data Tutorial – BuddyMetadataProvider and Custom Metadata Providers
(David Hayden) This is my 5th tutorial on the new ASP.NET Dynamic Data that ships with the ASP.NET 3.5 Extensions CTP. ASP.NET Dynamic Data is an alternative to code generation in helping one build database-driven web applications in a more productive manner.
Let there be Silverlight
(John Bower) My first Simple-Talk article on Silverlight is geared towards running through the basic requirements for working with Silverlight, Microsoft’s latest addition to .NET, so as to get you up and running quickly.
Building a Regular Expression Stream Search with the .NET Framework
(Jeffrey Juday) String pattern matching techniques abound in Computer Science doctrine. Regular Expressions are probably the most well-known string pattern matching syntaxes. Most development tools, languages, frameworks, and libraries on all platforms contain some form of Regular Expression-like fe
Properly Capturing Identity Values
(Armando Prato) When inserting a row into a database table that contains an identity column, I need a way to capture the identity value generated by the database engine after it inserts the row into this table. What can I use to capture this value while also making sure this value is accurate?
Accessing Google Calendar from Oracle ADF Application – Displaying Events in Gantt Chart
(Lucas Jellema) Google Calendar (http://www.google.com/calendar) is one of the many services offered by Google. It allows users to manage a personal or shared agenda on line, from the comfort of their own browser. In an easy to use web interface, agenda entries can be created and edited. Google Cale
Complex List-Of-Values (LOV) in Oracle ADF
(Andrejus Baranovskis) Today I will explain how to develop LOV component with three dependent tables and to return a set of values from LOV to parent table. Sample application – LOVComplex.zip is based on HR schema, you can find it in Oracle XE database. However, custom VACATIONREQUESTS table is use
MDX Numeric Functions: The Max() Function
(William Pearson) In this article, we will introduce a “staple” MDX numeric function, the Max() function. Max() is one of several aggregate functions with which we can choose to perform aggregations upon a set of values. (We introduce other aggregate functions within individual articles of the MDX E
