Click here to Skip to main content
15,921,989 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Help me...Comparision between JAVA and .NET Pin
Christian Graus12-Dec-06 9:09
protectorChristian Graus12-Dec-06 9:09 
QuestionHelp needed..to Describe Table information from Ms Access in ASP.NET 2.0 Pin
NileshUpadhyay11-Dec-06 22:46
NileshUpadhyay11-Dec-06 22:46 
AnswerRe: Help needed..to Describe Table information from Ms Access in ASP.NET 2.0 Pin
Bradml11-Dec-06 23:10
Bradml11-Dec-06 23:10 
Questionopen source file share site Pin
xoxoxoxoxoxox11-Dec-06 14:21
xoxoxoxoxoxox11-Dec-06 14:21 
QuestionHow do I get my custom web component's Absolute Position information from the VS.Net 2003 Designer? Pin
howardjr11-Dec-06 13:54
howardjr11-Dec-06 13:54 
AnswerRe: How do I get my custom web component's Absolute Position information from the VS.Net 2003 Designer? Pin
howardjr13-Dec-06 16:52
howardjr13-Dec-06 16:52 
QuestionProblem with XMLHttpRequest in Firefox browser Pin
JimmyRopes11-Dec-06 6:20
professionalJimmyRopes11-Dec-06 6:20 
QuestionSchedule report with oracle stored procedure Pin
mammoty10-Dec-06 23:17
mammoty10-Dec-06 23:17 
Hi,

Crystal server 11 (release 1)
Database: Oracle 10.2
ASP.NET 2.0

Can somebody help me to schedule a report which is using a stored procedure from oracle using ASP.NET?

below is the current code which is giving me error database connector error.

--------------------------------------
if(ceReportObjects.Count > 0)
{
ceReportObject = ceReportObjects[1];
ceReport = (Report)ceReportObject;

//grab the report logons
dbLogons = ceReport.ReportLogons;
dbLogon = dbLogons[1];

dbLogon.UseOriginalDataSource = false;
dbLogon.CustomDatabaseDLLName = "crdb_oracle.dll";
dbLogon.CustomServerName = "MyServer";
dbLogon.CustomUserName = "crystal";
dbLogon.CustomPassword = "reports";

ceSchedulingInfo = ceReport.SchedulingInfo;
//run the report right now
ceSchedulingInfo.RightNow = true;
//run the report once only
ceSchedulingInfo.Type = CeScheduleType.ceScheduleTypeOnce;

//schedule report
ceInfoStore.Schedule(ceReportObjects);

}

------------------------------------------




Thanks in Advance
Mohammed
QuestionHelp with shopping cart in PHP Pin
Heylow10-Dec-06 10:21
Heylow10-Dec-06 10:21 
QuestionThreads in ASP or ASP . NET Pin
adnanmalik10-Dec-06 5:13
adnanmalik10-Dec-06 5:13 
AnswerRe: Threads in ASP or ASP . NET Pin
Guffa10-Dec-06 8:36
Guffa10-Dec-06 8:36 
GeneralRe: Threads in ASP or ASP . NET Pin
Bradml11-Dec-06 0:09
Bradml11-Dec-06 0:09 
QuestionPrinting a page from JavaScript Pin
happyheartcs9-Dec-06 23:28
happyheartcs9-Dec-06 23:28 
AnswerRe: Printing a page from JavaScript Pin
Bradml9-Dec-06 23:34
Bradml9-Dec-06 23:34 
GeneralRe: Printing a page from JavaScript Pin
happyheartcs10-Dec-06 0:44
happyheartcs10-Dec-06 0:44 
GeneralRe: Printing a page from JavaScript Pin
Bradml11-Dec-06 0:09
Bradml11-Dec-06 0:09 
QuestionWeb Service blocked??? Pin
Kschuler8-Dec-06 9:08
Kschuler8-Dec-06 9:08 
AnswerRe: Web Service blocked??? Pin
Pete O'Hanlon11-Dec-06 1:05
mvePete O'Hanlon11-Dec-06 1:05 
GeneralRe: Web Service blocked??? Pin
Kschuler15-Dec-06 4:50
Kschuler15-Dec-06 4:50 
QuestionDesigner property window doesn't show my component's style settings. Pin
howardjr8-Dec-06 8:36
howardjr8-Dec-06 8:36 
QuestionWhere is my component's Style?!?!? Pin
howardjr8-Dec-06 8:33
howardjr8-Dec-06 8:33 
QuestionA cheeky favour to ask Pin
Waldermort8-Dec-06 8:07
Waldermort8-Dec-06 8:07 
AnswerRe: A cheeky favour to ask Pin
Bradml8-Dec-06 16:27
Bradml8-Dec-06 16:27 
GeneralRe: A cheeky favour to ask Pin
Waldermort8-Dec-06 20:57
Waldermort8-Dec-06 20:57 
GeneralRe: A cheeky favour to ask Pin
Bradml8-Dec-06 21:24
Bradml8-Dec-06 21:24 

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.