INFORMIX JDBC DRIVER

2001-05-30 Thread Diana Luz Buitrago B.
Hi, i installed the informix jdbc driver on a linux web server to make a connection to an informix database server and get results from queries for my jsp pages but the connection failed, i need to know if any software should be installed on the informix database server to make the connection

session variables

2001-04-05 Thread Diana Luz Buitrago B.
Hello! i'm working jsp with GNUJSP 0.9.10 compiler and i don't know how i can define session variables and how to read them from other pages. i was trying to define them with "session.putValue("variable_name", variable_value);" but because of the GNUJSP 0.9.10 it appears as not defined. how can