Recent content by bir

  1. B

    AV in oran8.dll

    Is there an update to this? We get a very similar error in a COM+ component that connects using DOA.
  2. B

    Procedure Parameters

    I need to create a function that accepts a storedproc name and a TStringList of parameters. So first thing I must do is query the DB and get the list of parameters and types then convert each string to the appropriate type. Then I will use ExecuteArray to make bulk calls to the storedproc. I...
Back
Top