anyone know how to build a txt file on the server (a SQL result set) and then bring it to the client and have it available by knowing where it is???
using the tabular data control to display and sort data in a form but the file needs to be a txt file on the clients machine.
I am also trying to find a JDBC-ODBC driver so that I can talk to the JDBC DataSource Applet from the client and not have to bring over the txt file (for another part of my site).