I am calling a stored procedure with ADO, to populate a FarPoint Spread 3 grid. My question is... Is it possible to use the .UpdateBatch Method when using a Stored Proc for the command object. If so does anyone have an example, or a proposed solution. This is necessary to reduce network traffic due to the volume of records that will be updated with this application. Thanks in advance...