Archive for July, 2009

How to: Define and Access a Variable in VB.NET

A variable corresponds to a location of memory, which stores values when performing calculations.
Variables are used in calculations, comparisons. They have established a name in the source program, and accessing the value stored in memory location is achieved by variable name.
Read the rest of this entry »

, , , , , , , , ,

No Comments

How to: Create a VB.NET Solution with Visual Studio 2008

A software application developed in VB.NET language is built into a VB.NET solution.
A VB.NET solution consists of one or more projects.
A project VB.NET generates one or more fundamental installation units exe, dll.
An installation unit is generated from one or more source files.

Read the rest of this entry »

, , , , , ,

No Comments

How to: Create the Structure of a Table Using Design View in Microsoft Access 2003

Creating a table using Design View in Access 2003 consists in explicit defining the data types [...] associated to the fields and their properties.
TableĀ EMPLOYEES is considered, having the following structure: IDAng, DenDep, Nume, Pren, Functia, AdrEmail, TelInt, Adresa, Loc, Jud, CodPost, TelAcs, TelJob, DataNast, DataAng, Obs.

Read the rest of this entry »

, , , , , , , ,

No Comments

Data Types Associated to the Fields Defined for a Table in Microsoft Access 2003

In Access 2003, each field of a table has associated a data type and properties of these ones.

Data types used to define fields in an Access 2003 table are:

Read the rest of this entry »

, , , , ,

1 Comment