Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simple 'Delete' does not work from WebFocus

Status
Not open for further replies.

rummage

MIS
Apr 8, 2003
33
US
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=&quot;javascript&quot;>
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top