Results 1 to 2 of 2

Thread: What is Sent to SQL Server using Commands Execute Method?

  1. #1
    Lloyd Burley Guest

    What is Sent to SQL Server using Commands Execute Method?

    Hi People,
    Hoping someone can help. I need to find out what is sent to the SQL server when you call a stored procedure using the ADO Command Objects Execute method.
    Is it some like - Execute sp_<i>Name</i> - <i>Any Params</i>?

    Pointers to any resources on the web would be greatly appreciated.

  2. #2
    Frank Kwong Guest

    What is Sent to SQL Server using Commands Execute Method? (reply)

    Talking about ASP-db or in Genreal ?


    ------------
    Lloyd Burley at 10/31/01 6:13:32 AM

    Hi People,
    Hoping someone can help. I need to find out what is sent to the SQL server when you call a stored procedure using the ADO Command Objects Execute method.
    Is it some like - Execute sp_<i>Name</i> - <i>Any Params</i>?

    Pointers to any resources on the web would be greatly appreciated.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •