Subject:Delete rows in a MS SQL Server database table ? Author:(Deleted User) Date:12 Sep 2007 04:01 AM
Hi Stig,
in order to manipulate a database with Stylus Studio you need to create an XQuery document, set the processor to be DataDirect XQuery, and then use the ddtek:sql-delete function.
Subject:Delete rows in a MS SQL Server database table ? Author:(Deleted User) Date:12 Sep 2007 04:27 AM
Hi Stig,
you invoke the ddtek:sql-delete function on the XML node you fetched from the database table; for instance, if you want to delete all the rows from the "holdings" table having the "userid" column equal to "Stig" you write: