Results 1 to 2 of 2

Thread: execute method of Command object failed

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2002
    Location
    india
    Posts
    71

    execute method of Command object failed

    hi all,

    i dont know why this happens.
    i have the access database and i am accessing some fields of a table through ADODB.Command object.

    VB Code:
    1. cmd.commandtext="select * from names"
    2. set rs=cmd.execute

    but its giving run time error as "execute method of command object failed.."
    do u know why this is so?
    command object type,etc. all are correct.
    please help
    thanx in advance
    ilikevb

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Oct 2002
    Location
    india
    Posts
    71

    help please

    anyone please???

Posting Permissions

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



Click Here to Expand Forum to Full Width