Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Other Java > Java Databases
|
Java Databases Discussion specific to working with Java Databases. For other Java topics, please see related Java forums. For database discussions not specific to Java, please see the Database category.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Java Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 6th, 2006, 06:42 AM
Authorized User
 
Join Date: Sep 2003
Posts: 81
Thanks: 0
Thanked 0 Times in 0 Posts
Default Passing asp output to Java

Hi All,

I have a working ASP script that outputs to a table, but I went and purchased a very nice Java Table app (Tigra Tables)

Documentation is skimpy with no examples to help and I am a total waste of space at Java

So I am hoping someone has already got this issue Sorted

I generate output using

<% Do While Not rstSearch.EOF %>
      <%= rstSearch.Fields (1) %>
      <%= rstSearch.Fields (2) %>
      <% iRecordsShown = iRecordsShown + 1
      rstSearch.MoveNext
      Loop
      rstSearch.Close
      Set rstSearch = Nothing
      cnnSearch.Close
      Set cnnSearch = Nothing
      end if
      end if
      %>

I then need to pass this to Tigra table which accepts info from three Static js scripts

<script type="text/javascript">
    new TTable(TABLE_CAPT, TABLE_CONTENT, TABLE_LOOK);
</script>

I have deleted the static File TABLE_CONTENT

The other two are not a problem
But how do I pass my dynamic data to TABLE_CONTENT

Thanks in advance

Topshed
 
Old January 7th, 2006, 10:35 AM
Authorized User
 
Join Date: Sep 2003
Posts: 81
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Please ignore, I have attacked it from a differant angle

Topshed





Similar Threads
Thread Thread Starter Forum Replies Last Post
HELP REQD IN PASSING A VALUE IN JAVA PROG TO XSL SOMANATHAN10 XSLT 1 June 21st, 2007 05:35 AM
Passing Output Parm From St Proc to DTS Package lwendt33 SQL Server DTS 2 February 2nd, 2005 05:15 PM
Displaying output in Excel via ASP Sach Classic ASP Components 4 May 3rd, 2004 07:37 AM
How to get output value to ASP page nikosdra SQL Server ASP 2 July 28th, 2003 03:04 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.