Related resources for Application Data
  • Security in Database Systems2/14/2023 7:17:15 AM. In this article, I will cover the principles concerning security and its realization in Oracle database and Microsoft SQL Server.
  • Sharing Simple Data Between Android Applications3/27/2020 3:35:09 AM. This article just illustrates the basics of the intra-application Data Sharing and integration of applications .
  • Application Data in Windows Store app1/7/2013 4:13:01 AM. This article shows how to store and retrieve data that is specific to each user.
  • Setting Null Value in an Optional Non-identifying Relationship Using ComboxBox5/15/2012 4:36:39 PM. The most common relationship in any data model is the one-to-many non-identifying relationship. Non-identifying relationship implies weak dependency relationship between parent and child entities. There are two kinds of non-identifying relationships, including optional and mandatory. The necessity of the parent entity is "exactly one" and "zero or one" in the mandatory and optional non-identifying relationship respectively. One problem I’ve tackled in many of my enterprise application is the presentation of complex data relationship such as optional non-identifying relationship using data binding techniques in Windows Forms applications. In this article, I will illustrate how to face this problem.
  • Application Data Utility Class12/16/2005 3:57:24 AM. Attached is a ZIP file containing the source-code and compiled DLL of the "Application Data Utility Class".