|
-
Mar 15th, 2000, 03:28 AM
#1
Thread Starter
Lively Member
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
-
Mar 15th, 2000, 10:54 AM
#2
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|