(Samrat153) Most SQL users know the importance and power of the basic usage of wildcards. Using wildcards allows us to do pattern matches.
Other News
Looping through a list box and changing the content dynamically
(Ged Mead) An interesting question came up on VB City today:
MOXy as Your JAX-RS JSON Provider – Client Side
(Blaise Doughan) Recently I posted how to leverage EclipseLink JAXB (MOXy)’s JSON binding to create a RESTful service
Dynamically display department information for a user in a list
(Stefan Bauer) A number of times over the last couple of years I’ve been asked by my customers: “Is it possible to show the department information of a user who created an item in lists in a dynamic way?” My answer to this was always, that it is not supported and cannot be done.
Reflecting Methods
(Richard Carr) The fifth part of the Reflection tutorial describes the reflection of methods. The System.Type class includes several methods that return MethodInfo objects that describe a class’ methods. These can be used to obtain parameter and return value details.
Creating a Map Report in SSRS – SQL Server 2008 R2
(Arshad Ali) SQL Server 2008 R2 brought several new features into the SSRS (SQL Server Reporting Services) arena. In the data visualization category, we now have three additional ways to display and visualize/analyze data in the reports:
Using HTML5 Drag and Drop in ASP.NET
(Bipin Joshi) Drag and drop operations are common in desktop applications. Modern web applications also try to harness the ease and power of drag and drop operations to provide enhanced user experience. Web developers often resorted to JavaScript based libraries or custom techniques for enabling dra
ColdFusion 10 – Invoking ColdFusion Closures From Within A Java Context, Part II
(Ben Nadel) Earlier, I blogged about my initial exploration of invoking ColdFusion closures in a Java context. I was able to do this by initializing my Java objects with a dynamic ColdFusion proxy. This worked, but was rather junky – after all, who wants to provide special object initialization for
Data enrichment from data sources in WebSphere Business Events V7
(Shenfu (Mike) Fan) WebSphere Business Events V7 provides three methods to leverage a data source to enrich data after an event is received or before an action is sent: expression SQL, mapped keys, and mapped expression.
SQL Server Log Shipping to a Different Domain or Workgroup
(Dan Quinones) Sometimes the requirement arises to provide a copy of your database to an off-site location, such as a disaster recovery datacenter. Log Shipping is one of the most popular, proven technologies used to create a copy of your databases on a remote server.
