Click here to Skip to main content
15,892,697 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Some advice please? Pin
Visual Very Basic1-Jun-07 21:41
Visual Very Basic1-Jun-07 21:41 
GeneralRe: Some advice please? Pin
Christian Graus1-Jun-07 23:33
protectorChristian Graus1-Jun-07 23:33 
AnswerRe: Some advice please? Pin
Sathesh Sakthivel1-Jun-07 15:20
Sathesh Sakthivel1-Jun-07 15:20 
QuestionError: Option Strict On disallows late binding. Pin
udaykatakam1-Jun-07 7:24
udaykatakam1-Jun-07 7:24 
AnswerRe: Error: Option Strict On disallows late binding. Pin
kubben1-Jun-07 7:54
kubben1-Jun-07 7:54 
QuestionVB.net Pin
rahulreghu_20071-Jun-07 5:38
rahulreghu_20071-Jun-07 5:38 
AnswerRe: VB.net Pin
leckey1-Jun-07 5:49
leckey1-Jun-07 5:49 
AnswerRe: VB.net Pin
Sathesh Sakthivel1-Jun-07 6:10
Sathesh Sakthivel1-Jun-07 6:10 
Three Tier Architecture were:

User tier – This tier presents the user interface (UI) for the application, displays data and collects user input. This tier also sends requests for data to the next tier. This tier is often known as the presentation layer.

Business tier – This tier incorporates the business rules for the application. This middle tier receives requests for data from the user tier, evaluates them against the business rules and passes them on to the data tier. It then receives data from the data tier and passes this back to the user tier. This tier is also known as the business logic layer.

Data tier – This tier communicates directly with the data store (SQL Server database, other type of database such as Oracle, Exchange data store, Excel workbook, etc.) and passes data between the data store and the business tier. This tier is also known as the data layer.



Regards,

Satips.Rose | [Rose]

AnswerRe: VB.net Pin
Christian Graus1-Jun-07 10:35
protectorChristian Graus1-Jun-07 10:35 
Questionshutting my pc using VB command control Pin
shdtwen1-Jun-07 4:35
shdtwen1-Jun-07 4:35 
AnswerRe: shutting my pc using VB command control Pin
Dave Kreskowiak1-Jun-07 4:50
mveDave Kreskowiak1-Jun-07 4:50 
AnswerRe: shutting my pc using VB command control Pin
haggenx1-Jun-07 12:38
haggenx1-Jun-07 12:38 
GeneralRe: shutting my pc using VB command control Pin
Dave Kreskowiak1-Jun-07 13:21
mveDave Kreskowiak1-Jun-07 13:21 
GeneralRe: shutting my pc using VB command control Pin
Paul Conrad1-Jun-07 13:27
professionalPaul Conrad1-Jun-07 13:27 
QuestionDataSet writing errors Pin
Quecumber2561-Jun-07 3:33
Quecumber2561-Jun-07 3:33 
AnswerRe: DataSet writing errors Pin
Marcus J. Smith1-Jun-07 3:36
professionalMarcus J. Smith1-Jun-07 3:36 
GeneralRe: DataSet writing errors Pin
Quecumber2561-Jun-07 7:12
Quecumber2561-Jun-07 7:12 
Questionerror Pin
WhiteGirl231-Jun-07 3:30
WhiteGirl231-Jun-07 3:30 
AnswerRe: error Pin
Dave Kreskowiak1-Jun-07 4:11
mveDave Kreskowiak1-Jun-07 4:11 
GeneralRe: error Pin
WhiteGirl233-Jun-07 19:45
WhiteGirl233-Jun-07 19:45 
Questionenumerator Pin
Sonia Gupta1-Jun-07 3:18
Sonia Gupta1-Jun-07 3:18 
AnswerRe: enumerator Pin
Dave Kreskowiak1-Jun-07 4:09
mveDave Kreskowiak1-Jun-07 4:09 
QuestionA major problem in multi threading Monitor Class Pin
sabby20061-Jun-07 2:14
sabby20061-Jun-07 2:14 
QuestionExcel 2007 - Columns setting problem Pin
prashant pissey1-Jun-07 2:09
prashant pissey1-Jun-07 2:09 
QuestionSomething strange with DataGridView bound textboxes value submission... Pin
Marcus J. Smith1-Jun-07 1:40
professionalMarcus J. Smith1-Jun-07 1:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.