No Picture

XML Rules

10 October 2007 iby 0

Following rules must be applied when working with XML: Single, unique root element Matching open/close tags Consistent capitalisation Correctly nested elements (no overlapping elements) Attribute values enclosed in quotes No repeating attributes in an element

No Picture

XML syntax

9 October 2007 iby 0

XML documents must contain a root element. All other elements must be nested within the root element. All elements can have sub (children) elements. Elements with sub elements are also called Nodes.

No Picture

What is XML?

8 October 2007 iby 0

XML stands for eXtensible Markup Language XML is a markup language like HTML XML provides a uniform method for describing and exchanging structured data Describes structure and semantics, not formatting XML focuses on providing information […]

No Picture

MSMQ and Navision

17 November 2006 iby 0

From Navision it is possible to read and write to a MSMQ using the automation Microsoft Message Queue 3.0 Object Library. This is however not my preferred way, because you have to handle Messages IDs […]

No Picture

Microsoft Message Queuing (MSMQ)

14 November 2006 iby 0

Microsoft Message Queuing (aka MSMQ) is a kind of messaging protocol, where applications can communicate asynchronous with each other. This can be done in a local Network, but also over the Internet.

No Picture

Zip files in a script

3 May 2006 iby 0

If you have an application running, which creates a lot of log files – it would be neat to have simple functionality to zip those files. This is possible, just using dos scripts and the […]

No Picture

Some usefull SQL Commands

2 April 2006 iby 0

If you are a SQL Server administrator or just working with it, these commands would be use full for you. ALTER INDEX Modifies an existing table or view index (relational or XML) by disabling, rebuilding, […]

1 4 5 6