Forum Replies Created

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

  • RE: Introduction to ADO - The Command Object

    Thanks for the article. I found it very interesting and helpful.

    I still have this problem:

    ' Parameter 1

    sParmName1 = "@Cusip"

    ocommand.Parameters.Append ocommand.CreateParameter(sParmName1, adVarChar, adParamInput)

    params(sParmName1).Value = sSymbol

    ' Parameter 2

    sParmName2 = "@Price"...

  • RE: How to append while keeping original records

    Thank you all.

    I deleted the duplicate records from table 2 and then added the remaining 6.6 million records in 43 minutes.

    I have a question. I tried in a small sample...

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