XML to Database
Sat, 22 Mar 2008 00:54:30 -0800
Am now using SQLXML to load XML file into a SQLServer database.
Here is how it works -
XML(Data) + XSD(Schema) -->
through MS SQLXML COM program (EXE) -->
SQLServer2005
==================
I though XML Schema is used for defining what kind of Element or
attribute should appear in an XML document ...
|
need help. xml check if a file exist
Fri, 21 Mar 2008 23:18:14 +0100
Hi, I have to check if a .exe exist in xml lanquage.
Anybody can help me?
Tnx
P.S.:
Sorry my english =I ...
|
Unknown Error -1072896760
Fri, 21 Mar 2008 13:21:13 -0700
Hi,
Any one know abot this? I am trying to save ADO recordset & I am
getting this error. I am using VB6. Here is code
Public Function GetXMLString(rsAs ADODB.Recordset, sTable As String, sKey As
String) As String
Dim domdoc As DOMDocument30
Set domdoc = New DOMDocument30
rs.Save domdoc, ...
|
CASE A TIVOLI
Fri, 21 Mar 2008 14:27:17 +0100
Ciao, a tutti quelli come me che vivono nella Provincia di Roma, ho trovato
due siti dove sono inserite tutte le case a Tivoli, le case a Guidonia, a
Villanova, a Settecamini, le case a Setteville, case a Castel Madama, a
Vicovaro, a Marcellina, a Palombara, a Rocca Santo Stefano, le case a
Monterotondo e mo ...
|
Security Issue with XMLResolver
Thu, 20 Mar 2008 13:55:53 -0400
I am developing a Web-based distribution system for updating our software in
a controlled environment. I have developed a Winforms control to be hosted
within IE. Its purpose is to check the validity of the licensing on the
machine and the product version number. In order for the control to have
the rights ...
|
to find min and max of an attribute based on another attribute
Thu, 20 Mar 2008 10:32:44 -0700 (PDT)
Hi
How do I to find min and max of an attribute based on another
attribute ?
My select below doesn't seem to work and causing jvm to run out of
memory.
<xsl:value-of select="document($previousJTL)/Results/*[@label =
'Init']/@time" />
Ideally, I like to be able to get min and max for each message.
In this ...
|
Inserting newlines into XML document
Thu, 20 Mar 2008 02:03:14 -0700
When creating a XML file using the DOM, is is possible to insert newlines
between elements to format the XML?
I assume this has been asked before, but I don't know what keywords to
search for. If someone can give a clue (keywords) to what I need then I
expect that is all I need.
My documents are getting ...
|
|
|
how to pass local variable value to global param
Wed, 19 Mar 2008 22:22:43 -0700 (PDT)
Hi
How does one pass a local varable value to a global parameter and
print the value out
with global parameter ?
...
|
parameter saved in one template and use in another question
Wed, 19 Mar 2008 14:48:24 -0700 (PDT)
Hi
How do I pass a global param and save a value in a template and use
this saved value in another template ?
I have trouble trying to save a value in a local template but can't
reuse this value in another template.
Advance Thanks ...
|
sorting and printout help
Wed, 19 Mar 2008 13:10:27 -0700 (PDT)
Hi
I need some advice from the gurus here.
I'm trying to sort the xml file below but I cant seem to get them
sorted and
printed out. Could someone show me what I did wrong ?
Thanks
Input file:
=======
<?xml version="1.0" encoding="UTF-8"?>
<testResults version="1.2">
<sampleResult timeStamp="120534 ...
|