Name and define the logical tiers in a traditional 3-tiered
architecture?
Answer Posted / guest
Presentation logic - front end (HTML, Visual Basic forms)
Business Logic - Applications and components that
encapsulate business logic
Data end - databases to store data
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is there any way to pass a variable to a form apart from using global variables?
Explain about form creation in Visual Basic?
How do I implement Undo?
How would you navigate between one document to another document
DHTML Is used for what?
Clear property is available in ____,___ control.
Is it posible to Create Tables Through Querydef?
What do you know about user forms.
What is the difference between change event in normal combobox and dbcombobox?
What is file in vb?
OLE is used for _______
Discuss the working with to-do lists.
Is it possible to call oracle database through ADO control or Object?
How do I force a file dialogue box to reread the currect disk?
by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.