Editing Dbo.uspLogError (procedure)

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 2: Line 2:
  
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
|- valign="top"
+
|-
| '''Procedure
+
| '''procedure
 
| dbo.uspLogError
 
| dbo.uspLogError
 
|- valign="top"
 
|- valign="top"
 
| '''Description
 
| '''Description
 
| Logs error information in the ErrorLog table about the error that caused execution to jump to the CATCH block of a TRY...CATCH construct. Should be executed from within the scope of a CATCH block otherwise it will return without inserting error information.
 
| Logs error information in the ErrorLog table about the error that caused execution to jump to the CATCH block of a TRY...CATCH construct. Should be executed from within the scope of a CATCH block otherwise it will return without inserting error information.
 +
|-
 
|}
 
|}
  
=== Source ===
 
 
<pre>
 
<pre>
 
-- uspLogError logs error information in the ErrorLog table about the  
 
-- uspLogError logs error information in the ErrorLog table about the  
Line 74: Line 74:
 
</pre>
 
</pre>
  
=== References ===
+
 
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
|- style="background:silver"
Line 81: Line 81:
 
| '''Referenced Object
 
| '''Referenced Object
  
|- valign="top"
+
|-
 
| Insert
 
| Insert
 
| Table
 
| Table
 
| [[dbo.ErrorLog_(table)|dbo.ErrorLog]]
 
| [[dbo.ErrorLog_(table)|dbo.ErrorLog]]
  
|- valign="top"
+
|-
 
| Execute
 
| Execute
 
| Procedure
 
| Procedure
Line 93: Line 93:
 
|}
 
|}
  
=== Dependencies ===
+
 
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
|- style="background:silver"
Line 103: Line 103:
 
| '''Child Object
 
| '''Child Object
  
|- valign="top"
+
|-
 
| Execute
 
| Execute
 
| Procedure
 
| Procedure
Line 110: Line 110:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|-
 
| Execute
 
| Execute
 
| Procedure
 
| Procedure
Line 117: Line 117:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|-
 
| Execute
 
| Execute
 
| Procedure
 
| Procedure
Line 124: Line 124:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|-
 
| Execute
 
| Execute
 
| Table
 
| Table
Line 131: Line 131:
 
| Trigger
 
| Trigger
 
| iWorkOrder
 
| iWorkOrder
|- valign="top"
+
|-
 
| Execute
 
| Execute
 
| Table
 
| Table
Line 138: Line 138:
 
| Trigger
 
| Trigger
 
| uWorkOrder
 
| uWorkOrder
|- valign="top"
+
|-
 
| Execute
 
| Execute
 
| Table
 
| Table
Line 145: Line 145:
 
| Trigger
 
| Trigger
 
| iPurchaseOrderDetail
 
| iPurchaseOrderDetail
|- valign="top"
+
|-
 
| Execute
 
| Execute
 
| Table
 
| Table
Line 152: Line 152:
 
| Trigger
 
| Trigger
 
| uPurchaseOrderDetail
 
| uPurchaseOrderDetail
|- valign="top"
+
|-
 
| Execute
 
| Execute
 
| Table
 
| Table
Line 159: Line 159:
 
| Trigger
 
| Trigger
 
| uPurchaseOrderHeader
 
| uPurchaseOrderHeader
|- valign="top"
+
|-
 
| Execute
 
| Execute
 
| Table
 
| Table
Line 166: Line 166:
 
| Trigger
 
| Trigger
 
| dVendor
 
| dVendor
|- valign="top"
+
|-
 
| Execute
 
| Execute
 
| Table
 
| Table
Line 173: Line 173:
 
| Trigger
 
| Trigger
 
| iduSalesOrderDetail
 
| iduSalesOrderDetail
|- valign="top"
+
|-
 
| Execute
 
| Execute
 
| Table
 
| Table
Line 180: Line 180:
 
| Trigger
 
| Trigger
 
| uSalesOrderHeader
 
| uSalesOrderHeader
|- valign="top"
+
|-
 
| Execute
 
| Execute
 
| Table
 
| Table
Line 188: Line 188:
 
| iStore
 
| iStore
 
|}
 
|}
 +
  
  

Please note that all contributions to dbscript Online Help may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Project:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)