Results 1 to 4 of 4

Thread: [RESOLVED] delete a field contents

Threaded View

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046

    [RESOLVED] delete a field contents

    Why does this delete the contents of all the fields in myTable instead of just the field myField???? How can I delete the contents of a single field using adodb.command??

    VB Code:
    1. Dim cmd As New ADODB.Command
    2. cmd.CommandText = "DELETE myField FROM myTable"
    3. cmd.Execute

    Thanks for any help!!!
    Last edited by Muddy; Aug 7th, 2003 at 06:42 AM.

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