error message fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#Design time libraries
|
||||
#Format: #=File Alias=Description
|
||||
#Fri Aug 09 11:07:23 CEST 2024
|
||||
#Fri Aug 09 16:47:09 CEST 2024
|
||||
0=ProjectLibrary.projlib1\=
|
||||
|
||||
@@ -155,7 +155,7 @@
|
||||
<pd:x>658</pd:x>
|
||||
<pd:y>507</pd:y>
|
||||
<config>
|
||||
<faultName>Schema0</faultName>
|
||||
<faultName>SQLError</faultName>
|
||||
</config>
|
||||
<pd:inputBindings>
|
||||
<ns2:ActivityInput>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<pd:returnBindings>
|
||||
<root>
|
||||
<status>
|
||||
<xsl:value-of select="concat('author deleted, rows affected: ', $Delete-Author/jdbcUpdateActivityOutput/noOfUpdates)"/>
|
||||
<xsl:value-of select="concat('author deleted, rows affected: ', $Delete-Author/jdbcUpdateActivityOutput/noOfUpdates)"/>
|
||||
</status>
|
||||
</root>
|
||||
</pd:returnBindings>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<pd:returnBindings>
|
||||
<root>
|
||||
<status>
|
||||
<xsl:value-of select="concat("update succes, rows affected",$Update-Author/jdbcUpdateActivityOutput/noOfUpdates)"/>
|
||||
<xsl:value-of select="concat("update succes, authors affected: ",$Update-Author/jdbcUpdateActivityOutput/noOfUpdates)"/>
|
||||
</status>
|
||||
</root>
|
||||
</pd:returnBindings>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user