February 2, 2004 12:00 AM EST
If you're using Dreamweaver to build ASP.NET-driven Web sites, you've
undoubtedly encountered DataSets. The DataSet tag, one of Macromedia's custom
tags, interacts with a database via SQL statements like SELECT, INSERT,
UPDATE, DELETE. You can also use it to execute stored proced... (more)