Hi,
I am trying to delete a row from a SQL Server table. It does not work.
My code is the following.
-* CALL THE SQL PROCEDURE TO TRUNCATE THE TABLES
SQL SQLMSS
DELETE from DPCIOfInterest
WHERE SESSIONGUID = '123456789AAAAAAAAAAAAAAAAAAAAAAAAAAA';
END
-HTMLFORM BEGIN
<HTML>
<BODY>
<SCRIPT language="javascript">
window.close();
</SCRIPT>
</BODY>
</HTML>
-HTMLFORM END
Please help me to figure this out. I am stuck on this for a while.
Thanks in advance.
Thambaiya
I am trying to delete a row from a SQL Server table. It does not work.
My code is the following.
-* CALL THE SQL PROCEDURE TO TRUNCATE THE TABLES
SQL SQLMSS
DELETE from DPCIOfInterest
WHERE SESSIONGUID = '123456789AAAAAAAAAAAAAAAAAAAAAAAAAAA';
END
-HTMLFORM BEGIN
<HTML>
<BODY>
<SCRIPT language="javascript">
window.close();
</SCRIPT>
</BODY>
</HTML>
-HTMLFORM END
Please help me to figure this out. I am stuck on this for a while.
Thanks in advance.
Thambaiya