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.
Author |
Topic |
CharlieIT
Starting Member
1 Post |
Posted - 2009-07-24 : 12:53:35
|
Please forgive me, I am a newbie...What product(s) could I use to generate a report from an MS SQL 2005 Database, via web interface, that would also allow me to make changes to the data in the report and save it back to the tables?Is there anything "easy" out there to do this where I would not need to write a lot of code?Thank you,Charlie |
|
Adam West
Constraint Violating Yak Guru
261 Posts |
Posted - 2009-07-24 : 16:33:43
|
When you say "Allow me to change the tables" do you mean a programmer or a user? As a programmer you can do an Update to the tables.To the best of my knowledge, the Reports are meant to be end products without user updating. This was the case with Crystal Reports, where I migrated from. There are of course workarounds.But if you could explain the business scenario in your case in detail, you might get a better answer. |
|
|
|
|
|