Dear all
please find below a part of code I have returned by sql server. It
describes an error condition as usual in two lines. The additional
text is from the application and should be on top. What I would like
to achive is a simle table with 3 lines:
1st the simple text
2nd MSSSQLError tag 1
3rd MSSSQLError tag 2
I tried varous attempts to select the attributes of the MSSQLError
tags.
In any case I get never everything. My last trisl was to use the
copy-of.
This basically throughs the MSQMLError Tags into the HTML , but only
the first line is shown by IE (probable it has the problem with the
second tag <?MSSQLError ....
############### ###### test xml below ###############
<NewBlock xmlns:sql="urn: schemas-microsoft-com:xml-sql">
<?MSSQLError HResult="0x8004 0e2f" Source="Microso ft OLE DB Provider
for SQL Server" Description="Th e statement has been
terminated."?>< ?MSSQLError HResult="0x8004 0e2f" Source="Microso ft OLE
DB Provider for SQL Server" Description="IN SERT statement conflicted
with COLUMN FOREIGN KEY constraint
'FK_BlocksTec_t ab_const_Proces sTec_tab'. The conflict occurred in
database 'libdb', table 'const_ProcessT ec_tab', column
'ProcessTec_ID' ."?>COULD NOT INSERT Block
</NewBlock>
############### ## xml end ############### ###########
any help is highly welcome
Rolf
So some help is highly welcome.
please find below a part of code I have returned by sql server. It
describes an error condition as usual in two lines. The additional
text is from the application and should be on top. What I would like
to achive is a simle table with 3 lines:
1st the simple text
2nd MSSSQLError tag 1
3rd MSSSQLError tag 2
I tried varous attempts to select the attributes of the MSSQLError
tags.
In any case I get never everything. My last trisl was to use the
copy-of.
This basically throughs the MSQMLError Tags into the HTML , but only
the first line is shown by IE (probable it has the problem with the
second tag <?MSSQLError ....
############### ###### test xml below ###############
<NewBlock xmlns:sql="urn: schemas-microsoft-com:xml-sql">
<?MSSQLError HResult="0x8004 0e2f" Source="Microso ft OLE DB Provider
for SQL Server" Description="Th e statement has been
terminated."?>< ?MSSQLError HResult="0x8004 0e2f" Source="Microso ft OLE
DB Provider for SQL Server" Description="IN SERT statement conflicted
with COLUMN FOREIGN KEY constraint
'FK_BlocksTec_t ab_const_Proces sTec_tab'. The conflict occurred in
database 'libdb', table 'const_ProcessT ec_tab', column
'ProcessTec_ID' ."?>COULD NOT INSERT Block
</NewBlock>
############### ## xml end ############### ###########
any help is highly welcome
Rolf
So some help is highly welcome.
Comment