If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Microsoft SQL Server > User Interface for Web DB

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-26-12, 22:31
nick.h nick.h is offline
Registered User
 
Join Date: Dec 2011
Posts: 4
User Interface for Web DB

Hey guys,

I was originally building a db in Access, but it seems that there are limitations that will hinder me more than I had originally realized.

Now I am building the db in SQL Server, and I was wondering what program I should use for designing the UI for it?

Is there an application that is preferable for building professional looking web forms and reports?

Any input is appreciated
Nick
Reply With Quote
  #2 (permalink)  
Old 01-27-12, 06:10
Wim Wim is offline
Registered User
 
Join Date: Nov 2004
Posts: 1,280
You can still use Access as the front end of your application, by using SQL Server tables instead of Access tables.

Or you could program it in:
- ASP.Net MVC
- Java Spring MVC
- Python Django
- Ruby on Rails
- PHP Zend/Symphony/CakePHP/...
- ....

Take the one out that best fits your interests/skills.

With the open source frameworks, most work out of the box with SQLite, MySQL and/or PostgreSQL. Check out their compatibility with SQL Server.

TinyTDS/FreeTDS is needed with Ruby on Rails (already included in RailsInstaller). It took me a while to get Ruby working with SQL Server. Turned out I had written "locahost" instead of "localhost". Only noticed it after 3 days of Googling
Ruby's preferred habitat is Linux and MacOS though, not Windows.

Python is a very pleasant programming language to work with. Django is definitely worth trying too.
__________________
With kind regards . . . . . SQL Server 2000/2005/2008/2008 R2 Earned beers: 16
Wim
Beware of bugs in the above code; I have only proved it correct, not tried it. -- Donald Knuth
Grabel's Law: 2 is not equal to 3 -- not even for very large values of 2.
Pat Phelan's Law: 2 very definitely CAN equal 3 -- in at least two programming languages
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On