Other News

Community

BizTalk automates b-to-b

Today's conventional wisdom holds that XML is the key to helping businesses work together, at least from the standpoint of merging information from disparate systems. But by itself, XML can't do anything to help. Someone has to define the extensions to the XML schema, the structure that the

Community

Dynamic SQL

Dynamic SQL is a term used to mean SQL code that is generated programatically (in part or fully) by your program before it is executed. As a result it is a very flexable and powerful tool. You can use dynamic sql to accomplish tasks such as adding where clauses to a search based on what fields are f

Community

XML data binding with data types

By Chris Curry – If you are a developer who is hooked on XML (like me), at one time or another you’ve probably wanted to offer a means for your application users to edit your XML documents directly. If you’ve done this via a web-based interface then you’ve probably come across Microsoft’s XML DSO, o