In the process of updating a record on a SQL table, the following error
comes up:

Microsoft OLE DB Provider for ODBC Drivers (0x80040E09)
[Microsoft][ODBC SQL Server Driver][SQL Server]UPDATE permission denied
on object 'WrkSt_Visitor_Reg', database 'DS_ServerInfo', owner 'dbo'.

I've spent several minutes talking to my DBA, for no avail, he was not
able to help me at all. I think what cause him to throw the towel is
the fact that I am able to update the same table using other tools such
as Embarcadeiro and even Enterprise Manager, but for some reason when a
run the ASP code create by Dreamweaver MX (Update Record Server
Behavior ) that stupid error comes up.

I would really appreciate if you could help me or point me to the right
direction.