I am using FrontPage 2002, ASP, SQL 2000 on a Win2K Server with FrontPage
2002 Extensions.
I have created an Update query to allow users to update the record.
The problem is that it is not updating anything. I hit update from my update
from and nothing gets updated.
According to the Verify Query, it is fine, but it still not working.
Can someone help.
This is my query:
UPDATE tbl_Server_Responsibility
SET Host_Name = '::Host_Name::',Description = '::Description::',OS_Version =
'::OS_Version::',IP_Address_Swith_Port =
'::IP_Adress_Swith_Port::',Primary_Assigned =
'::Primary_Assigned::',Secondary_Assigned =
'::Secondary_Assigned::',Ethernet_Adapter =
'::Ethernet_Adapter::',Disk_Space = '::Disk_Space::',RAM =
'::RAM::',Type_Model = '::Type_Model::',Serial =
'::Serial::',Lease_Expiration = '::Lease_Expiration::',Hardware_Maintenance
= '::Hardware_Maintenance::',OS_Maintenance =
'::OS_Maintenance::',Application_Maintenance =
'::Application_Maintenance::',[Backup] = '::Backup::'
WHERE Server_ID=::Server_ID::