Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ajoce
  • Content: Threads
  • Order by date
  1. ajoce

    passing db and parameter info

    I have this code : <% ReportAppSession reportAppSession = new ReportAppSession(); reportAppSession.createService("com.crystaldecisions.sdk.occa.report.application.ReportClientDocument"); reportAppSession.setReportAppServer("localhost"); reportAppSession.initialize(); ReportClientDocument...
  2. ajoce

    accessing RAS problem

    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...
  3. ajoce

    is this sql statement possible?

    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..
  4. ajoce

    JavaMail

    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...
  5. ajoce

    creating jsp to open pdf files

    please help. how can i open pdf files, that are from the internet, in the browser? how do i code it in jsp? or servlet? thank you.
  6. ajoce

    jdbc inserting row problem

    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(&quot;jdbc:odbc:nwind&quot;); stmt =...

Part and Inventory Search

Back
Top