informix jdbc driver 2.0

2001-07-18 Thread Gemma Montero
Hi, Anybody knows where can i find "informix jdbc driver 2.0" to download? thanks === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTE

jspSmartUpload

2001-07-17 Thread Gemma Montero
Hi, I am trying to upload a file in a database using jspSmartUpload but when I execute my jsp file Tomcat gets me the error: *** Error interno del servlet: javax.servlet.ServletException at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:508) at javax.ser

Re: BLOBS

2001-07-05 Thread Gemma Montero
myconnection.createStatement(); > ResultSet myresultset =stmt.executeQuery("select data from table where id=1 > "); > > BFILE bfile = null; > while (res.next()) { > bfile = ((OracleResultSet)res).getBFILE (1); > out.println("Just got the BFILE!"

Inserting blobs in database

2001-07-04 Thread Gemma Montero
Hi, I'm trying to insert a file in a blob field of an informix database, but it doesn't work Has anybody a sample code which do it or where can I find documentation about that? Thanks === To unsubscribe: mailto [EMAIL PROTE

Problems with new lines

2001-07-02 Thread Gemma Montero
Hi all, I have a jsp page with a form which has a textarea to insert data in an Informix varchar field . When I write anything in the textarea and send to de database all the data are correct, except it ignores the new line symbols. With the rest of chars it works fine. I dont know if i am using

BLOBS

2001-07-01 Thread Gemma Montero
Hi, Can anybody send me some sample code to store and retreive blobs from a database ? Thank you. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with bo

Re: Tomcat + Windows NT

2001-06-21 Thread Gemma Montero
Thanks But I have solved the problem The problem was that I was using the port 8080 for another thing, so I have changed de port number in "server.xml" and "test-tomcat.xml" to another port number and now it is running fine thanks Gemma Montero escribió: > Hi all, >

Tomcat + Windows NT

2001-06-21 Thread Gemma Montero
Hi all, I have installed Tomcat on Windows NT and when I execute startup.bat I obtain: *** Including all jars in D:\jakarta-tomcat-3.2.2\lib in your CLASSPATH. Using CLASSPATH: D:\jakarta-tomcat-3.2.2\classes;D:\jakarta-tomcat-3.2.2\lib\ant.jar;D:\jak

Access

2001-06-19 Thread Gemma Montero
Hi, I am new with JSP and I am trying to connect with Access and my problem is that i have a record of type "Memo" and I don`t Know how to get it If it was String, I will have to use resultset.getString("name") and with Memo? resultset.getXXX thanks and sorry for my english Gemma =

JSP Manual

2001-06-12 Thread Gemma Montero
I'm new with JSP and I need a good manual, where can I find one? Gemma === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGE