Re: Bulk Insert and ADOCommand
- From: Brian Bushay TeamB <BBushay@xxxxxxxxx>
- Date: Thu, 20 Oct 2005 22:20:26 -0500
> 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
.
- Follow-Ups:
- Re: Bulk Insert and ADOCommand
- From: Mark Moss
- Re: Bulk Insert and ADOCommand
- From: Mark Moss
- Re: Bulk Insert and ADOCommand
- References:
- Bulk Insert and ADOCommand
- From: Mark Moss
- Bulk Insert and ADOCommand
- Prev by Date: Re: How to read and write the body of ADO stored procedures and views?
- Next by Date: Re: ADOCommand
- Previous by thread: Bulk Insert and ADOCommand
- Next by thread: Re: Bulk Insert and ADOCommand
- Index(es):
Relevant Pages
|