Replace Server Behaviors with DMXzone Extensions (Part 3)

Insert, update, delete records meet DMXzone Database Updater

In the previous two parts of the series we showed you how a database connection is done, how to secure your website and other useful stuff. Now, in part 3 comes one of the greatest tools we've developed - DMXzone Database Updater PHP/ASP/ASP.NET and you can see why it's the better choice, compared to Dreamweaver's deprecated server behaviors, when it comes to inserting, updating and deleting records. 

We strongly suggest you to use DMXzone Server Connect - the new generation tool for visual server code generation and full replacement of the old server behaviors, check the online manual - so you can see how easy to use it is!

Check also all the parts of this article series of how easy it is to switch from Server Behaviors to Server Connect, read part 1, part 2part 3 and part 4

Features

Insert/Update/Dete Record vs DMXzone Database Updater

Deprecated: Dreamweaver Server Behaviors

New: DMXzone Database Updater

The Database Updater Action Builder lets you visually define any database update action. A database action defines a single global action for your site that executes a record insert, update or delete. You can have as many database actions as you wish and you can reuse them on multiple pages. Each database action just defines the database table it is operating on, which columns receive values and if any filters are applied for record selection. Database actions are executed by the so called Database Action Executors thought AJAX , so that you can execute them without any page refresh!

Insert Record vs. Database Updater Insert Record

Deprecated: Dreamweaver Server Behaviors Insert Record

Insert record server behavior requires a form on your page and needs a page refresh every time you insert a record.

New: DMXzone Database Updater Insert record

DMXzone Database Updater extension does not require any form on your page. Use the insert type of action to insert new records into a database table. Database actions are executed by the so called Database Action Executors thought AJAX , so that you can execute them without any page refresh!

Update Record vs. Database Updater Update Record

Deprecated: Dreamweaver Server Behaviors Insert Record

Dreamweaver Server Behaviors Update record also requires a form on your page and you can not update multiple records. It also requires page refresh.

New: DMXzone Database Updater Update record

Use the update type of action to update existing records in a database table. You can also update multiple records without page refresh.

Delete Record vs. Database Updater Delete Record

Deprecated: Dreamweaver Server Behaviors Delete Record

Dreamweaver Server Behaviors Delete record again requires a form on your page and you can not delete multiple records. It also requires page refresh.

New: DMXzone Database Updater Delete record

Use the delete type of action to delete rows in a database table. You can also delete multiple records.

Lubov Cholakova

Lubov CholakovaLubov has been with DMXzone for 8 years now, contributing to the Content and Sales departments. She is bringing high quality content in the form of daily blog updates, reviews, tutorials, news, newsletters,update emails and extensions' manuals. If you have a product that needs publicity or any other questions about the entire DMXzone community, she is the one you can contact.

See All Postings From Lubov Cholakova >>

Comments

Be the first to write a comment

You must me logged in to write a comment.