MSXML and SQLXML are related in that they both can be used to process or
produce XML documents. From a consumer's standpoint, XML would be
considered a common data format that both recognize.
SQLXML is designed to extract and insert XML from/to a SQL Server 2000
database. MSXML is a general purpose XML parser and constructor.
"Joy" <simcha...@yahoo.com> wrote in message
news:946b01c1c0ab$94344a40$35ef2ecf@TKMSFTNGXA11...
> I am new to COM objects and MSXML and I am looking for
> information on how MSXML interacts with SQLXML. Any
> suggestions?
>
> Joy