Home | Be a Christian | Devotionals | Join Us! | Forums | Rules | F.A.Q.


Go Back   Christian Forums > Blogs
Register BlogsPrayersJobsArcade Calendar Mark Forums Read

Old

ADO’s RecordSet vs. ADO .Net’s DataSet Classes Part 3

Posted 7th January 2012 at 12:48 AM by liarsParadox
Updated 7th January 2012 at 12:55 AM by liarsParadox
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. If the passed parameter determines the stored procedure’s name that is specified in the SqlCommand object’s CommandText.
After the With block has been finished, SqlDataAdapter is instantiated and...
liarsParadox's Avatar
Newbie
Posted in Uncategorized
Comments 0 liarsParadox is offline
Old

ADO’s RecordSet vs. ADO .Net’s DataSet Classes Part 2

Posted 7th January 2012 at 12:47 AM by liarsParadox
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 access to SQL Servers, OLE-DB sources, Oracle databases, and ODBC (the one that I have used with Java before). There are also other data providers out there which allow access to MySQL databases...
liarsParadox's Avatar
Newbie
Posted in Uncategorized
Comments 0 liarsParadox is offline
Old

ADO’s RecordSet vs. ADO .Net’s DataSet Classes Part 1

Posted 7th January 2012 at 12:29 AM by liarsParadox
Updated 7th January 2012 at 12:34 AM by liarsParadox
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 member called a “Cursor” within it. A cursor is the mechanism that allows the ease of modifiability of a recordset. There are four types of cursors for a recordset:
  • Forward-only
...
liarsParadox's Avatar
Newbie
Posted in Uncategorized
Comments 0 liarsParadox is offline
Old

Java Environment and Contexts

Posted 7th January 2012 at 12:20 AM by liarsParadox
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 parameter is the name of the property within the environment’s context. If an empty name (cannot provide a null string) is passed to that method, then the method is performing an operation...
liarsParadox's Avatar
Newbie
Posted in Uncategorized
Comments 0 liarsParadox is offline
Old

.NET Study Notes

Posted 7th January 2012 at 12:18 AM by liarsParadox
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 references and values (1).
  • Common Language Runtime (CLR): “a special run time environment” (3) and Virtual Machine (13) ”that provides the underlying infrastructure for Microsoft’s .NET framework.
...
liarsParadox's Avatar
Newbie
Posted in Uncategorized
Comments 0 liarsParadox is offline
 
Become a CF Site Supporter Today and Make These Ads Go Away!


All times are GMT -4. The time now is 11:37 PM.