Click here to Skip to main content
15,888,968 members
Home / Discussions / C#
   

C#

 
GeneralRe: How implement Trackbar with range selection option? Pin
Richard MacCutchan12-Sep-17 20:48
mveRichard MacCutchan12-Sep-17 20:48 
Questionhow to implement security C# with ODP.net(oracle) Pin
Member 1340687412-Sep-17 17:28
Member 1340687412-Sep-17 17:28 
AnswerRe: how to implement security C# with ODP.net(oracle) Pin
Eddy Vluggen13-Sep-17 0:29
professionalEddy Vluggen13-Sep-17 0:29 
QuestionHow to set Datasource pointing to multiple Database at the time crystal report creation Pin
Ajay_Chaitanya12-Sep-17 2:32
Ajay_Chaitanya12-Sep-17 2:32 
AnswerRe: How to set Datasource pointing to multiple Database at the time crystal report creation Pin
Eddy Vluggen13-Sep-17 0:22
professionalEddy Vluggen13-Sep-17 0:22 
GeneralRe: How to set Datasource pointing to multiple Database at the time crystal report creation Pin
jschell13-Sep-17 8:27
jschell13-Sep-17 8:27 
GeneralRe: How to set Datasource pointing to multiple Database at the time crystal report creation Pin
Eddy Vluggen13-Sep-17 8:36
professionalEddy Vluggen13-Sep-17 8:36 
AnswerRe: How to set Datasource pointing to multiple Database at the time crystal report creation Pin
jschell13-Sep-17 8:34
jschell13-Sep-17 8:34 
Ajay_Chaitanya wrote:
I need a crystal report generated with multiple datasource connection.


Not based on what you said you don't.

What you have is one datasource which needs to point to actual different sources based on the install.

The most obvious and easiest way to do that would be if all of the datasources had the same name. Which realistically they should.

If that isn't the case then you are going to need to provide a configuration that MUST be set when it is installed. However if reports already exist using the same database then the configuration would already exist so you would just need to find it.

I would suspect, strongly, that the Crystal reports API already has a way to support this. Probably via something like a named source.

But other than that .Net apps have many configuration options. So you could use one of those. If you are using that then you need to look at the process (which is not code) of installing the application on the target machine, to validate that it will get set correctly.

If it was me I would also add a check that insures that
1. The datasource properties are set (configuration)
2. The datasource is accessible.

That would be OUTSIDE of crystal and would use normal .Net access to the database. All it needs to do is a simple query (need not return anything.) That insures that access is set and that the app has correct permissions to access it.
AnswerRe: How to set Datasource pointing to multiple Database at the time crystal report creation Pin
eddieangel15-Sep-17 10:18
eddieangel15-Sep-17 10:18 
QuestionWhat is the objective of code benchmarking and what it does Pin
Mou_kol12-Sep-17 2:30
Mou_kol12-Sep-17 2:30 
AnswerRe: What is the objective of code benchmarking and what it does Pin
Jochen Arndt12-Sep-17 3:12
professionalJochen Arndt12-Sep-17 3:12 
GeneralRe: What is the objective of code benchmarking and what it does Pin
Mou_kol12-Sep-17 22:44
Mou_kol12-Sep-17 22:44 
GeneralRe: What is the objective of code benchmarking and what it does Pin
Eddy Vluggen13-Sep-17 0:30
professionalEddy Vluggen13-Sep-17 0:30 
GeneralRe: What is the objective of code benchmarking and what it does Pin
Mou_kol14-Sep-17 3:06
Mou_kol14-Sep-17 3:06 
GeneralRe: What is the objective of code benchmarking and what it does Pin
Richard Deeming13-Sep-17 8:08
mveRichard Deeming13-Sep-17 8:08 
GeneralRe: What is the objective of code benchmarking and what it does Pin
Mou_kol14-Sep-17 3:12
Mou_kol14-Sep-17 3:12 
QuestionRetrieve name of property incl. class and namespace Pin
Bernhard Hiller10-Sep-17 23:56
Bernhard Hiller10-Sep-17 23:56 
AnswerRe: Retrieve name of property incl. class and namespace Pin
Richard Deeming12-Sep-17 2:05
mveRichard Deeming12-Sep-17 2:05 
GeneralRe: Retrieve name of property incl. class and namespace Pin
Bernhard Hiller12-Sep-17 20:37
Bernhard Hiller12-Sep-17 20:37 
QuestionWhat is Delegets ? Why it is today's need in c# Pin
H M Mori10-Sep-17 23:06
professionalH M Mori10-Sep-17 23:06 
AnswerRe: What is Delegets ? Why it is today's need in c# Pin
Bohdan Stupak10-Sep-17 23:10
professionalBohdan Stupak10-Sep-17 23:10 
AnswerRe: What is Delegets ? Why it is today's need in c# Pin
OriginalGriff10-Sep-17 23:11
mveOriginalGriff10-Sep-17 23:11 
Questionhow to deal with exception in php Pin
H M Mori10-Sep-17 17:36
professionalH M Mori10-Sep-17 17:36 
AnswerRe: how to deal with exception in php Pin
Richard MacCutchan10-Sep-17 19:26
mveRichard MacCutchan10-Sep-17 19:26 
AnswerRe: how to deal with exception in php PinPopular
OriginalGriff10-Sep-17 19:54
mveOriginalGriff10-Sep-17 19:54 

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.