English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i want to know details about front end and how it works or what it is??

2006-10-25 16:56:43 · 4 answers · asked by NAGA S 1 in Computers & Internet Programming & Design

4 answers

In software design, the front-end is the part of a software system that interacts directly with the user.

in my opinion, software to design database or report are Front End tools.

2006-10-25 18:04:25 · answer #1 · answered by Manzana verde 5 · 0 0

A front end tool is a graphical user interface through which the user can enter the data. As you know sql you can work with it. but the end user may not know how to use sql. so for this purpouse we will create a front end which will be helpful for him to enter. we will write the logic in the front end to insert the data into appropriate table.

2006-10-25 20:36:00 · answer #2 · answered by Nagesh K 2 · 0 0

Software with attractive graphics,menu,buttons interface is called front end tool. But for behind screen action like store,retrieve,process data we may need to use database. To retrieve only selected data based on query we use SQL called structured query language. We have a lot of front end software out of them vb,vb.net are more popular. Sql is basically standard format for syntax to send query and retrieve data from database.

For Example

For Airline ticket confirmation if you want to change date of travelling You will call Airline agent to change the date. He will ask ticket id ,then he will enter id in the software developed in Visual basic for example. Now software developed in visualbasic doesnt know anything otherthan sending request so this kind of software is called front end tool or software. In order to store thousands of passengers ticket information software like Oracle,sybase is used and these softwares are called Backend software. Now Agent want only ticket information about you only. So some tool is required to present only your information by filtering using your ID. This are called SQL tool. I hope you got the picture about everything.

Tony-pdkt-TN-India

2006-10-25 18:05:37 · answer #3 · answered by Tony_Pdkt_TN 2 · 0 0

IN my knowledge, visual basic is the only tool to make front end to sql .

2006-10-25 17:00:53 · answer #4 · answered by an indian 2 · 0 0

fedest.com, questions and answers