Hi All,

I'm trying to use tADOcommand to execute an Update statement.  There 
are several parameters set into the Parameters property.  I want to 
get the number of records affected.  However, there doesn't seem to 
be an overloaded call to Execute that lets me do this.  If I make 
these calls, I can't get the right results:

tADOcommand.Execute;
    count is not returned

tADOcommand.execute (count, null);
    count is returned, but tADOcommand.Parameters is ignored
    (same problem if "unassigned" is used instead of "null")

Any ideas on how I can use Parameters but also get a count back?  Thanks.


Regards,
Sid Gudes
PIA Systems Corporation
[EMAIL PROTECTED] 


__________________________________________________
Delphi-Talk mailing list -> Delphi-Talk@elists.org
http://www.elists.org/mailman/listinfo/delphi-talk

Reply via email to