SQL XML
SQL XML Contents
Summary passing the stored procedure a list of (complete zipodes in this example stored procedure) zipcodes to validate, return as XML, etc...
Start of Debug Collection
" & strError End If Response.AppendToLog guid & " " & strError Next oDB.Errors.Clear Set ADOErr = Nothing Set strError = Nothing If DumpCollection Then DebugCollection End If End Sub Sub DebugCollection ' Append to IIS log for error tracking %>
End of Debug Collection <% Set guid = Nothing End Sub Function GetDBConnection() On Error Resume Next Set GetDBConnection = Nothing Dim oConn, sConnStr sConnStr = SiteDSN set oConn = Server.CreateObject ("ADODB.Connection") if Err <> 0 then set oConn = Nothing On Error Goto 0 exit function end if oConn.Open sConnStr if Err <> 0 then set oConn = Nothing On Error Goto 0 exit function end if set GetDBConnection = oConn set oConn = Nothing End Function Function GetDBCommand(ByRef oDB) On Error Resume Next Set GetDBCommand = Nothing Dim oCommand set oCommand = Server.CreateObject ("ADODB.Command") if Err <> 0 then set oCommand = Nothing On Error Goto 0 exit function end if set oCommand.ActiveConnection = oDB if Err <> 0 then set oCommand = Nothing On Error Goto 0 exit function end if set GetDBCommand = oCommand set oCommand = Nothing End Function %>
Partners
Dream.In.Code dotNet Slackers dotNet Spider Your HTML Source VisualBuilder.com DevGuru Planet Source Code ZVON.ORG Web Design ASPAlliance XML Pitstop Scripts
The Spot 4 SAP Bitshop Web Hosting