Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Updating Data

    Bob,

    I tried implementing your code and got the following error:

    Error Source: Provider

    Error Description: Error Code:0

    Error Source = Provider

    Error Description Type Mismatch

    Error on Line 36

    Type mismatch

    Line 36 is:

    objADORS.Filter = "Row_ID=""" &...

  • RE: Updating Data

    Here is the new code...

    Monica

    Function Main()

    Dim objXMLDOM

    Dim objNodes

    Dim objBookNode

    Dim objADORS

    Dim objADOCnn

    Dim prikey,keytest

    Const adOpenKeyset = 1

    Const adLockOptimistic = 3

    Set objXMLDOM = CreateObject("MSXML2.DOMDocument.4.0")

    objXMLDOM.async = False

    objXMLDOM.validateOnParse = False

    'No error handling done

    objXMLDOM.load "c:\books.xml"

    Set objNodes...

  • RE: Updating Data

    I think you are right. I made the change, but now when I execute the package, it seems to run an infinite loop and data keeps getting imported into my...

Viewing 3 posts - 1 through 3 (of 3 total)