Re: Bulk Insert and ADOCommand




> I have written a program to perform 'Bulk Inserts' into a Microsoft
>SQL database whenever a file shows up in a directory. Since this is an
>automated procedure I have a datafile log of the process that the datafile
>goes thru and return codes for each step. However I cannot figure out how
>to get a return code if I enter the 'Bulk Insert' command thru the
>ADOCommand.text field.
>
> Does anyone know how to do this?

AdoCommand1.Parameters.parambyName('@RETURN_VALUE').value
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.



Relevant Pages

  • Re: Bulk Insert and ADOCommand
    ... >>SQL database whenever a file shows up in a directory. ... >>automated procedure I have a datafile log of the process that the ... >>goes thru and return codes for each step. ...
    (borland.public.delphi.database.ado)
  • Bulk Insert and ADOCommand
    ... SQL database whenever a file shows up in a directory. ... automated procedure I have a datafile log of the process that the datafile ... goes thru and return codes for each step. ...
    (borland.public.delphi.database.ado)