• Starting today August 7th, 2024, in order to post in the Married Couples, Courting Couples, or Singles forums, you will not be allowed to post if you have your Marital status designated as private. Announcements will be made in the respective forums as well but please note that if yours is currently listed as Private, you will need to submit a ticket in the Support Area to have yours changed.

Blog entries by liarsParadox

liarsParadox
3 min read
Views
197
General
The above function returns a DataSet object. After the initial set of variables are declared, the With statement-block is executed and certain attributes within the sqlCmd SqlCommand object are set accordingly. It’s probably important to note the if-else block within the With block...
liarsParadox
8 min read
Views
204
General
Data Providers Data Providers are classes that for access to certain types of “data stores”. My guess is that the Database object shown in the above diagram is what the original author calls a “Data Provider”. The .Net development libraries come “pre-built” with data providers that allow...
liarsParadox
4 min read
Views
208
General
Recordsets As the name implies, it represents an entire set of records which would be returned by some SQL command. The main advantage of this is the ease that it provides in manipulating records and the fields within those records within the SQL database. Cursors Recordsets have a...
liarsParadox
3 min read
Views
196
General
JNDI The Java Naming and Directory Interface (JNDI) is a part of the Java platform library. Context An interface from the javax.naming library package, which, if implemented, is essentially a Hash-Table of “contexts”. For any of the methods declared in the Context interface, the name...
liarsParadox
5 min read
Views
220
General
Terms Common Language Specification (CLS): defines standard rules for editing .NET languages (1). Common Type System (CTS): a .NET standard that specifies how Type definitions and specific values of Types are represented in computer memory (2). Types that are supported by CTS are both...
liarsParadox
3 min read
Views
156
General
I need to remind myself what this guy’s name is – “John Brown”. John Brown is the guy who got together a bunch of white anti-slavery activitists and shot up a bunch of people. It’s important to remember him for multiple reasons. For one, many would-be John Browns have tried to follow in...