Click here to Skip to main content
15,900,110 members
Everything / Datamodel

Datamodel

Datamodel

Great Reads

by Mr.PoorEnglish
what is "typed" on typed Dataset, and how to use it
by WhiskeyBeforeWater
A nodular Singely Linked List for VBA with some basic functions
by Avron Polakow
This article presents a client-side, JavaScript Relational Database Simulator in the browser, using SQL commands to Create, Read, Insert, Update and Delete in-browser table data, as well as formatting the output as HTML objects in a Webpage.
by WhiskeyBeforeWater
An unbalanced basic recursive Binary Search Tree for Excel VBA with functions (insert, search, delete, in order, pre-order, post-order, minimum, and maximum)

Latest Articles

by WhiskeyBeforeWater
A nodular Singely Linked List for VBA with some basic functions
by WhiskeyBeforeWater
An unbalanced basic recursive Binary Search Tree for Excel VBA with functions (insert, search, delete, in order, pre-order, post-order, minimum, and maximum)
by Avron Polakow
This article presents a client-side, JavaScript Relational Database Simulator in the browser, using SQL commands to Create, Read, Insert, Update and Delete in-browser table data, as well as formatting the output as HTML objects in a Webpage.
by Mr.PoorEnglish
what is "typed" on typed Dataset, and how to use it

All Articles

Sort by Score

Datamodel 

3 Oct 2015 by Mr.PoorEnglish
what is "typed" on typed Dataset, and how to use it
11 Jan 2022 by Richard MacCutchan
I am not a Swift programmer. However, after reading https://docs.swift.org/swift-book/LanguageGuide/ClassesAndStructures.html[^] I would make the following suggestion. The task is to create an array of City objects, not strings of city names. So...
16 Mar 2019 by WhiskeyBeforeWater
A nodular Singely Linked List for VBA with some basic functions
11 Jan 2022 by Member 15127345
I'm just starting out my journey in Swift and I have a task to do that I need help with. First, I have to create a data model and an array: Quote: City model object should contain: id, name, description, latitude, longitude, list of keyword/tag...
19 Jan 2016 by Avron Polakow
This article presents a client-side, JavaScript Relational Database Simulator in the browser, using SQL commands to Create, Read, Insert, Update and Delete in-browser table data, as well as formatting the output as HTML objects in a Webpage.
24 Feb 2019 by WhiskeyBeforeWater
An unbalanced basic recursive Binary Search Tree for Excel VBA with functions (insert, search, delete, in order, pre-order, post-order, minimum, and maximum)