Re: java-Informix-SE problem

1999-01-28 Thread Bill Glover
This is a problem with several databases which implement a jdbc or odbc interface. Basically the only way to be sure and get column information is to just "select * from table_name where 1 = 2" that will give you an empty result set from which you can grab column names. Then email informix and sug

Re: Jdk 1.1.7 and X-Server

1999-01-22 Thread Bill Glover
Ok, same questions: >My kneejerk response is to ask if X is running on the server and >to ask if your DISPLAY environment variable is set properly for user "nobody" or >whoever your using for the web user. eg. "host.mynet.com:0.0" If you'd like to send me the url for page (or is it an intranet) a

Re: Jdk 1.1.7 and X-Server

1999-01-22 Thread Bill Glover
I need a little more info. I understand that this is an application that is called as a CGI by Apache? Is it then supposed to display something on the server's X display while it works? (This seems like a tall order with possibly several hundred users on the web side but it may make sense for your

Re: From JDK1.1.3 to JDK1.1.7

1999-01-20 Thread Bill Glover
The most typical way I would imagine is to extract the 1.1.7 archive into a directory like /usr/jdk1.1.7 then create a link named /usr/java which points to it. Change all of your classpaths and environment variables to use the /usr/java link instead of /usr/jdk1.1.3 or whatever your current path i