Web Interface Development

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • npahaladh
    New Member
    • Oct 2007
    • 3

    Web Interface Development

    Hey everyone.

    Can anyone suggest a software program that will interact with a MS SQL database and produce a web interface ASAP with minimal coding.

    Not because I'm lazy and don't wana code but I need sumting working in a week and have no time to learn a new language.

    I'm currently using Visual Web Developer but am getting errors when I try running some long query code.
  • iburyak
    Recognized Expert Top Contributor
    • Nov 2006
    • 1016

    #2
    1. Your queries probably run longer then expected and you should reset timeout so you wouldn't get timeout errors ( I assume there are no errors in your queries and they run fine on Server side)
    2. Can you create a stored procedure or a view instead of running queries? It might speed up your process. See if you need some indexes for speed as well.
    3. You can use Crystal Report. It is really easy to use interface for beginners but if your reports are complicated you need to have some skills to present in desired manner.


    Good Luck.

    Comment

    Working...