Click here to Skip to main content
15,911,531 members
Home / Discussions / Database
   

Database

 
GeneralRe: which answer is right? Pin
mctramp1689-Sep-09 2:20
mctramp1689-Sep-09 2:20 
AnswerRe: which answer is right? Pin
Bassam Saoud9-Sep-09 10:58
Bassam Saoud9-Sep-09 10:58 
QuestionDynamic SQL Help Pin
Jammer8-Sep-09 10:51
Jammer8-Sep-09 10:51 
AnswerRe: Dynamic SQL Help Pin
Mycroft Holmes8-Sep-09 12:29
professionalMycroft Holmes8-Sep-09 12:29 
GeneralRe: Dynamic SQL Help Pin
Jammer9-Sep-09 3:24
Jammer9-Sep-09 3:24 
GeneralRe: Dynamic SQL Help Pin
J4amieC9-Sep-09 3:30
J4amieC9-Sep-09 3:30 
GeneralRe: Dynamic SQL Help Pin
Mycroft Holmes9-Sep-09 12:36
professionalMycroft Holmes9-Sep-09 12:36 
QuestionReplication error sql server 2005 Pin
ME_Learner8-Sep-09 3:41
ME_Learner8-Sep-09 3:41 
Questionhow to give permission to an ip to connec to sql server 2005 which is not in the domain Pin
prasadbuddhika7-Sep-09 20:58
prasadbuddhika7-Sep-09 20:58 
AnswerRe: how to give permission to an ip to connec to sql server 2005 which is not in the domain Pin
Mycroft Holmes8-Sep-09 12:23
professionalMycroft Holmes8-Sep-09 12:23 
Questionlist of unmatched countries from multiple tables using sql server Pin
teja.murali6-Sep-09 20:13
teja.murali6-Sep-09 20:13 
AnswerRe: list of unmatched countries from multiple tables using sql server Pin
Mycroft Holmes6-Sep-09 20:46
professionalMycroft Holmes6-Sep-09 20:46 
AnswerRe: list of unmatched countries from multiple tables using sql server Pin
εїзεїзεїз6-Sep-09 20:47
εїзεїзεїз6-Sep-09 20:47 
QuestionProblem to configuring reporting services Pin
hdv2126-Sep-09 4:47
hdv2126-Sep-09 4:47 
QuestionIMPORT DBF File into SQL 2000 Pin
Member 46502876-Sep-09 0:33
Member 46502876-Sep-09 0:33 
AnswerRe: IMPORT DBF File into SQL 2000 Pin
εїзεїзεїз6-Sep-09 20:39
εїзεїзεїз6-Sep-09 20:39 
GeneralRe: IMPORT DBF File into SQL 2000 Pin
Member 46502877-Sep-09 0:31
Member 46502877-Sep-09 0:31 
GeneralRe: IMPORT DBF File into SQL 2000 Pin
εїзεїзεїз7-Sep-09 6:08
εїзεїзεїз7-Sep-09 6:08 
QuestionTrigger not firing in SQL Server 2000 Pin
debsoft755-Sep-09 19:29
debsoft755-Sep-09 19:29 
AnswerRe: Trigger not firing in SQL Server 2000 Pin
Abhishek Sur6-Sep-09 0:05
professionalAbhishek Sur6-Sep-09 0:05 
QuestionSQL Server FDHOST Pin
mhh1125-Sep-09 5:48
mhh1125-Sep-09 5:48 
QuestionDynamic Report Generator Framework Design using XML and C# [modified] Pin
RK KL5-Sep-09 3:30
RK KL5-Sep-09 3:30 
Hello experts,

I'm trying to design a framework for generating reports by storing the meta data in an XML.

The following are the sources (in both SQL / Oracle providers).

1) Tables/Views
2) Stored Procedures
3) OLAP Cubes

I'll write a wrapper to sync changes to these Tables/Views/SPs/Cubes so that the XML is up to date.

Tables/Views
============
The user will be able to store subset of the columns and filter criteria (1 or many) and should be able to run the same report at a later stage.

Stored Procedures
=================
Whenever the user wants to run the stored procedure, he/she will supply the parameters and get the output.

OLAP Cubes
==========
Predetermined cubes and/or cubes with specific members as parameters.

I'm thinking the following way using strategy pattern for retrieving data.

1) IReportData: Gets the report data in a dataset/cellset
2) IReportParameters: Gets report parameters (For SPs?)
3) IReportFilters: Report filters / criteria /criteria set
3) IReportSQL: The final executable SQL
4) IReportFormat: Final rendering methodology

What do you guys think about this? Do you have any design pattern (s) that you would like to recommend?

Thanks,

RK.

You can never try. You either do it or you don't.

modified on Saturday, September 5, 2009 3:02 PM

AnswerRe: Dynamic Report Generator Framework Design using XML and C# Pin
Mycroft Holmes5-Sep-09 13:08
professionalMycroft Holmes5-Sep-09 13:08 
GeneralRe: Dynamic Report Generator Framework Design using XML and C# Pin
RK KL5-Sep-09 13:50
RK KL5-Sep-09 13:50 
QuestionManaging Database Updates Pin
Phillip Donegan3-Sep-09 23:19
Phillip Donegan3-Sep-09 23:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.