Received: (from kurt@localhost) by cse.unl.edu (8.8.7/8.8.7) id BAA28814 for hatefull@flashnet.it; Tue, 18 Nov 1997 01:25:45 -0600 (CST) From: Kurt Baumgarten Subject: Re: your mail To: hatefull@flashnet.it (Hateful) Date: Tue, 18 Nov 1997 01:25:45 -0600 (CST) In-Reply-To: <199711161347.OAA12426@star.flashnet.it> from "Hateful" at Nov 16, 97 02:48:00 pm > fr.flashnet.it > hi, > I need some help about a database access made with java......... > I'm using JDBC and JDBC-ODBC bridge to access a database .mdb on a remote > server (Win NT). I have created an applet, that sends via soket a SQL > query, now I'm doing a server application that will process my JDBC > database calls. What can I do to keep it running continually on my NT > server? ( See the letter on running a database server as an NT service.) > Then, can I make the server appl. write the results of the query on the > server so that users can then download the file? I've created a page of sample code for this at: http://cse-ferg41.unl.edu/DevelopmentInfo/WriteQueryToFile.html Another example of file handling is at: http://cse-ferg41.unl.edu/DevelopmentInfo/JDBCLecture/lecture16.html Which is part of a set of slides on JDBC : http://cse-ferg41.unl.edu/DevelopmentInfo/JDBCLecture/JDBCLecture.html > Special thanks to you, mr. kurt, 'cause your page "using JDBC to access a > database" is the one most clear, easy and useful I've found on the net. Thanks! It's good to know the information has been helpful to someone. --Kurt