I have this code :
<%
ReportAppSession reportAppSession = new ReportAppSession();
reportAppSession.createService("com.crystaldecisions.sdk.occa.report.application.ReportClientDocument");
reportAppSession.setReportAppServer("localhost");
reportAppSession.initialize();
ReportClientDocument...
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...
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...
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.