I have this code :
<%
ReportAppSession reportAppSession = new ReportAppSession();
reportAppSession.createService("com.crystaldecisions.sdk.occa.report.application.ReportClientDocument");
reportAppSession.setReportAppServer("localhost");
reportAppSession.initialize();
ReportClientDocument...
another question, if its ok. i am using websphere as my development environment. i created a bean, added a simple method :
public void test(){
ReportClientDocument rcd = new ReportClientDocument();
}
i dont have compile time error. i imported all necessary packages needed. thats...
it helps a lot. thanks =) i notice that the code is done in jsp. can this code run in a simple java class? let say it is coded in a java class, but the class is called by a stateless bean, is this possible?
thanks again =)
I have a RAS in CE 10 and an already created rpt that connects to a database. I intend to create a java application (having a main method) that sends a parameter value to the rpt file, then immediately save it as a pdf file. i dont intent to view it on a browser. is this possible? i have been...
thanks =) it works. oh, on the sql statement i posted. it also worked. just remove the parenthesis ( ), and replace it with single quotes =)
thanks rudy.
SELECT CONT.CONTID
FROM CONT WHERE CONT.ACCT_ID =
(SELECT AIDE.ACCT_ID FROM AIDE WHERE AIDE.AIDE_ID = 'AA01')
or is there an alternative in doing this? help, please..
Need Help...
I have a simple JavaMail code that sends a plain text message to a particular email address. I am doing this because of testing purposes. I am getting an error :
javax.mail.SendFailedException: Sending failed;
nested exception is:
class javax.mail.MessagingException: 572 SPAWN...
how can i use another insert statement? like creating a different result set and calling the insert statement from there? pls help
thanks for the reply jwenting =)
can anyone help me. i have this prob in inserting a new row in my database. i am using microsoft sql as my database, using northwind database (the sample database in mssql).
my code is :
con = DriverManager.getConnection("jdbc:odbc:nwind");
stmt =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.