Re: Query problem

2001-12-17 Thread Bert Van Kets
Just create an Update query as a text string and execute it. There is no need to store it as a stored procedure, although that would be faster. You can move data from one table to another using 1 (one) query. If you don't know how this works, check the documentation of SQLServer or fire up Acces

Re: Transforming XML in JSP

2001-12-20 Thread Bert Van Kets
Check out Xalan from the apache project at http://xml.apache.org/xalan-j/index.html It's very easy to get running and enough examples are available. While you are at it, check out Cocoon at http://xml.apache.org/cocoon/index.html. This Java web application does everything you can imagine to XML a

Re: File Upload Using Tomcat

2001-12-24 Thread Bert Van Kets
You can use the WebDAV which is built into Tomcat. You could also use slide as a WebDAV application if you need extra features. Check out the Apache project web site for more info. With WebDAV a user, or a client application can log into your server and upload. There are plenty of tools around t

Re: Loading pdf files - urjent

2002-02-28 Thread Bert Van Kets
Have you checked out Cocoon at http://xml.apache.org/cocoon/? To create a PDF you don't even have to write any Java (although Cocoon is fully based on Java). Everything is provided in the demo. Download the binary distribution from http://xml.apache.org/dist/cocoon/, copy the war file to the web