Results 1 to 2 of 2

Thread: Deleting Records in a Data Environment

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 1999
    Location
    Oak Creek, WI, USA
    Posts
    92

    Post

    What is the syntax for deleting a record using a data environment as opposed to using the ado control. ex. before when I was using an ado control on my form I just typed recordTB.delete. When I try dataenvironment.rsRecord.delete, I get the message 'it's not supported by the provider'. Can anyone help? Thanks,

    casox

  2. #2
    New Member
    Join Date
    Mar 2000
    Posts
    3
    Try this one

    1. Go to Data Environtment then goto the Properties (Right Click) on the Command you specified(i.e RECORD FOR dataenvironment.rsRecord.delete) then Goto Advance TAB. after that set LOCK TABLE to Optimistic coz READ ONLY will not allow delete, addnew, update OK....

    Connie

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