NextDB.net examples

NextDB Database Operation Examples

This series of examples shows each individual database operation. You can click the view source button on each example to see the code that goes into working with queries, updates, inserts and deletes. These examples also show how to work with captcha protection, binary data and dates.

You can export the database used in this example to XML to view the structure. You can also import this same database in the admin pages under the import option under the database tab. This only exports the table definitions, relationships and queries. Not the actual data in the tables. The XML will open into a new browser window. view xml.

Inserts : Basic view example
Inserts : Captcha Security view example
Inserts : Dates view example
Inserts : Binary Data (pictures, files, etc.) view example
Inserts : Putting it all together view example
Queries : Basic Visualization view example
Queries : Using Google Visualization API view example
Queries : Manually Parsing JSON view example
Updates : Query and Update a single row view example
Deletes : Query and Delete a single row view example