Data Privacy Day
-
Recent Posts
February 2012 S M T W T F S « Jan 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 Categories
4GL Blog Blogroll Bugs Code Documentation dotNET Eclipse Events FixUps Free-bees General I-Types IBM Idea! Linux MS-Access mvdbs News Items odbc OS Personal PHP Publications Python RANT Rocket Software SB+ Client SB+ Server Seminars SOA SQL SystemBuilder Techniques Technologies U2 U2UG Uncategorized unFeature UniBasic unidata UniVerse Web Windows XMLTags
Blog Book Reviews Bug certification Code csv Data Privacy DBMS Documentation Eclipse EDA Free General Ideas InterCall Laugh MS-Access MS-Excel mysql newsletter nosql odbc openinsight oracle pdf PHP pick Python Rocket Software Shell scripting spooler SystemBuilder Test U2 U2 University UniBasic unidata UniVerse Useful Weird XMLArchives
- January 2012
- October 2011
- July 2011
- May 2011
- April 2011
- March 2011
- February 2011
- November 2010
- October 2010
- September 2010
- July 2010
- June 2010
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- March 2007
- January 2007
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- April 2006
- February 2006
- January 2006
- December 2005
- November 2005
Category Archives: mvdbs
What happened in 1986?
I have been rather busy of late, doing a bit of reading and a lot of research regarding the NF² or The Nested Relational Model. While browsing my old Universities library last year, I discovered an old text book on … Continue reading
Posted in General, mvdbs, Publications, RANT, SQL, Technologies
Tagged DBMS, General
Leave a comment
Document Paradigm in UniBasic
Yet again, while running around the great inter-web, I found an interesting article which compares different database paradigms. The comparisons provided are between relational, document, key/value, and column-oriented databases. This lead me to thinking back to a comment that someone … Continue reading
Posted in Idea!, mvdbs, SystemBuilder, Techniques, UniBasic
Tagged Ideas, SystemBuilder, U2
Leave a comment
How to time travel with @DATE
Way back in Feb. 2008, I started to write this article about an interesting @DATE pass-by-reference issue. Then I got sidetracked. So, this bug existed in whatever version was trialware at that time. Guess what? It still exists in 10.3.7.0 … Continue reading
DRY Subroutines
The principle of DRY has been around for sometime. When applied to the PICK/U2 environment, there are two main methods of implementation via routines – internal subroutines (GOSUB) and external subroutines (SUBROUTINE/FUNCTION). But the relationship between these two methods and … Continue reading
Posted in Code, Idea!, mvdbs, SystemBuilder, Techniques, UniBasic, UniVerse
Tagged Code, Ideas, U2
Leave a comment
UniVerse 11.1 Non-Feature Alert
Within the New Features documentation of UniVerse 11.1 is a section call Miscellaneous New Features which explains how to use a subroutine within a indexed field for auditing – index-based subroutines! This method of calling a subroutine during file access … Continue reading
Posted in Bugs, mvdbs, News Items, Rocket Software, unFeature
Tagged Bug, Rocket Software
Leave a comment
Friendfeed and EDA
The new release of UniVerse – 11.1 – now has the EDA capabilities that have been in Unidata for some time. But, is this a common method of storing non-1NF data in a 1NF database? This article about friendfeed also … Continue reading
Posted in Idea!, MS-Access, mvdbs, Techniques, unidata, UniVerse
Tagged EDA, unidata, UniVerse
Leave a comment
MS-Access 2010 and Calculated Fields
The new version of MS-Access (2010) has the ability for calculated fields. You may already know this concept as virtual fields, I-Descriptors, derived fields, or if you are rather long-in-the-tooth; correlatives within U2. So, does MS-Access 2010 have the same … Continue reading
Rocket Software Latest Newsletter
Rocket Software, the owners of the U2 products have just issued their latest newsletter with some interesting bits and pieces.
New release of Cedarville Download
To my surprise, the data extraction reporting tool from Cedarville University for the U2 product range has a new release – version 7.40!
Posted in mvdbs, News Items, U2
Leave a comment
Python to InterCall
One of the API’s provided by the U2 range of products within the UniDK is InterCall. This package provides access to U2 data and the ability to execute commands, including UniBasic programs in a non-SQL manner. It is also possible … Continue reading
