B
Bill Nguyen
I wonder if I can write to an XML file using column structure (and column
names) of an SQLserver table.
for example:
Table A:
column1 int
column2 char(30)
column3 date
XML output:
<column1>12</column1>
<column2>my first XML Doc</column2>
<column3>06/15/2006</column3>
Any help is greatly appreciated.
Bill
names) of an SQLserver table.
for example:
Table A:
column1 int
column2 char(30)
column3 date
XML output:
<column1>12</column1>
<column2>my first XML Doc</column2>
<column3>06/15/2006</column3>
Any help is greatly appreciated.
Bill