You could write code that would put each field in the record in a parameter
array and pass it. Or, you could reference the primary key or what ever you
need to identify the record, pass that to the procedure and put code in the
procedure to retreive the record.