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
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 Problem of input file in Reporting Service 2008

Author  Topic 

magaret264
Starting Member

1 Post

Posted - 2009-10-13 : 22:34:49
hello experts,

I'm new with Reporting Services 2008.

I'm going to build reports which do some updates in database with a list of inputs contained in a file.

Something likes this:
user_acount (tab) money

Users will chose input file for updating from the report user interface. After data having been updated, all updated information will be shown in the report view below.

I dont know if RS2008 supports this function. It seems there is no ways to do this.

Can anybody help me?
I'm really thankful that you can suggest me a solution to solve my problem. I would like to code in T-SQL.


Thanks and regards,


magaret luong

Adam West
Constraint Violating Yak Guru

261 Posts

Posted - 2009-10-14 : 15:16:58
How are they updating the tables?

I think you cannot update here in the Reports but you can do something in your own interface.
Go to Top of Page
   

- Advertisement -