JDBC driver for INFORMIX

2002-11-12 Thread Martin Simon
Has anybody knowledge with JDBC driver for INFORMIX 2.2x? I have 2.11 and when i make SELECT from database, the database returns null, if in database is null, but driver 2.2x returns not null, but for example empty string(if field is string), 0(if field is integer) etc. How can i set this in a new

Re: \n problem in jsp

2002-11-05 Thread Martin Simon
Whats this? Finlandia speaking :-)? - Original Message - From: Jayaprakasam, Yogaraj (Cognizant) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 05, 2002 11:35 AM Subject: Re: \n problem in jsp Intha mathiri question ellam pottu en manatha vaangathada kulanda...

JTextArea

2002-10-23 Thread Martin Simon
I have a swing.JTextArea. How can i show scrollbars? === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST. Some relevant FAQs on

Re: jdbc url for mySql

2002-09-30 Thread Martin Simon
org.gjt.mm.mysql.Driver jdbc:mysql://your IP/name of database - Original Message - From: Shahata, Ash [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 30, 2002 2:15 PM Subject: jdbc url for mySql Hi all - Im using mySql for development and I downloaded the MySQL

Re: share objects

2002-09-26 Thread Martin Simon
11:00 AM Subject: Re: share objects What exactly, in your opinion is the difference between an OBJECT and a VARIABLE ? The jsp:useBean tag ONLY works for OBJECTS. -Original Message- From: Martin Simon [SMTP:[EMAIL PROTECTED]] Sent: 24 September 2002 04:13 To: [EMAIL PROTECTED

Instance between JSP

2002-09-24 Thread Martin Simon
I have a problem. I did instance of any class in first JSP and in second JSP I´d like to use it. How I can it do? Has objects any unique ID? Thanx a lot... === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff

Re: Instance between JSP

2002-09-24 Thread Martin Simon
Message - From: Steven A. Martin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 24, 2002 3:15 PM Subject: Re: Instance between JSP Look up the jsp:usebean tag. You need to use session or application scope. - Original Message - From: Martin Simon [EMAIL PROTECTED

share objects

2002-09-24 Thread Martin Simon
How can i share objects between JSP? === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST. Some relevant FAQs on JSP/Servlets

Re: share objects

2002-09-24 Thread Martin Simon
and scope. Learn to fish instead of being given the fish. - Original Message - From: Martin Simon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 24, 2002 9:52 AM Subject: share objects How can i share objects between JSP

Re: share objects

2002-09-24 Thread Martin Simon
://java.sun.com/products/jsp/download.html#specs -Original Message- From: Martin Simon [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 10:13 AM To: [EMAIL PROTECTED] Subject: Re: share objects i read about it, but with beans i CANNOT give OBJECTS between JSP. I can only give