Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

which front end?

Status
Not open for further replies.

jgoodman00

Programmer
Joined
Jan 23, 2001
Messages
1,510
what front end systems do everyone use for SQL server databases??? James Goodman
j.goodman00@btinternet.com
 
Virtually anything now have ability to connect to SQL Server using ODBC or OLEDB and get/update data. You require to formulate question by another way: "What is used the most often", or "what is better", and also tell what tools are available for you and what level of complexity you need in the application.

VB could be used for most average-scale applications.

VFP also is very good tool that could be used also to build really large application interfaces and do data processing using its built-in data engine.

You might be interested to make WEB interface to your application using ASP or other technology.





Vlad Grynchyshyn
vgryn@softserve.lviv.ua
The professional level of programmer could be determined by level of stupidity of his/her bugs
 
I have used VB for applications for 50+ users with excellent resusts. Also I am starting to use Visual Interdev for web access.

Have used Java and Perl as a front end at times just to learn something new.

The easiest and quickest of these has been VB.

Rich
 

Primarily, we are using VB and ASP. We have some FoxPro and Access applications as well as COTS packages using VB, ColdFusion and Java.

Some of the VB and ASP applications are used by 1500+ employees. Some of the applications handle over 100 concurrent users. Terry L. Broadbent
FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top