| Thread | Last Post | Replies |
|
| Resizing jpeg images on the fly for displaying in browser as thumbnails | 08 Mar 2004 15:40 GMT | 1 |
Is there any way to resize a jpeg image on the fly for displaying as a thumbnail on a webpage instead of just sizing the image box in html and loading the full-size file? I am reading the images' url out of a database result set object and displaying them as i iterate throught the ...
|
| path question | 06 Mar 2004 09:01 GMT | 1 |
I'm just started off with databases and jdbc. I've gotten some samples going, but I just want to know if theres any 'recommended' style of including jdbc drivers. Currently, I'm useing mysql as the database server
|
| newbie JSP database connection | 05 Mar 2004 21:51 GMT | 4 |
I have setup Tomcat (version 5.0.19), Java (version 1.4.2-03) and jTDS (version 0.7) on a Redhat server. I get the following error when accessing my new JSP page javax.servlet.ServletException: Unable to get connection, Datasource invalid
|
| Oracle and BLOB | 05 Mar 2004 19:48 GMT | 1 |
I have been struggling with this for some hours now. I am not 100% sure, but it appears that Oracle databases/jdbc drivers have a bug with relation to Blobs - or that Blobs have a serious size limitation in an Oracle database. I have seen hints to this while searching the www, but I ...
|
| hsqldb - trying to run inside Tomcat | 05 Mar 2004 14:21 GMT | 1 |
Tribe, I want to use hsqldb in my Tomcat Servlet. I want to embed the database within the class structure of my WAR. I'm currently using the standalone instance of hsqldb successfull
|
| Commit | 04 Mar 2004 13:48 GMT | 6 |
I am looking at some old code, and I just want to make sure I have some concepts straight... In the class I am looking at, there is a loop which calls a dao class "execute" method to insert some data in a database. The loop supplies the
|
| Severe Problem using JDBC PreparedStatement with IBM DB2 Universal JDBC Driver as Type 4 | 02 Mar 2004 07:13 GMT | 4 |
Description of the problem: Using a PreparedStatement to write down an integer (int) plus a timestamp for testing purposes. When read out again the integer looks very different. We found that it was shifted three Bytes to the left,
|
| NT4 +Access +ODBC +JSP | 02 Mar 2004 01:11 GMT | 2 |
I have a MS Acess database MyData.mdb in my Winodws NT4 running Tomcat, in the NT's ODBC configuration, I set up the ODBC both in System and User resource. However, it seems not working at all. Would anyone give me some advice?
|
| Portable stored procedures | 01 Mar 2004 16:32 GMT | 8 |
I was reading some Oracle documentation the other day on Java stored procedures and found that I could write stored procedures that would be database and platform independent. Is this really true? Does it work out in practice?
|