Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 General question about making an interface to DB

Author  Topic 

meishu
Starting Member

10 Posts

Posted - 2010-04-30 : 06:20:00

Hello,

SQL 2000 server here with seriously outdated software to handle operation on the DB.

I would like to gradually stop using this software and make a new one.

Options of alternatives which I know of:
1. Access
2. Web interface

The two goals are: 1. create reports (as modular as possible) 2. Operate on the database.

Everything has to be very user friendly and modular in the sense that for example the operator can click on which field the want in a report, or color a certain range etc.

Or maybe there are other formats which are more dynamic?

Basically we make reports which we send to our clients, these reports contain a lot of information.

Thanks for any help!
   

- Advertisement -