RE: Re: JDBC/ODBC: Technological choice

2001-06-06 Thread Jann VanOver
5:07 PM To: [EMAIL PROTECTED] Subject: Re:Re: JDBC/ODBC: Technological choice From: Alexandre Bouchard [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re:Re: JDBC/ODBC: Technological choice Date: Thu, 24 May 2001 14:46:06 -0400 Mm... i am not sure that I

RE: JDBC/ODBC: Technological choice

2001-05-31 Thread Twylite
Hi, I recently analyzed a JDBC application for performance problems (using JProbe) and found that 2/3 of my time was being spent by the driver looking up my column number with the name. Always refer to columns by number, and read them all in one time -- first to last -- into a data structure

RE: JDBC/ODBC: Technological choice

2001-05-30 Thread Jann VanOver
PROTECTED]' Subject: AW: JDBC/ODBC: Technological choice It's not bizarre, just what JDBC API doc tells: For maximum portability, result set columns within each row should be read in left-to-right order, and each column should be read only once. -Ursprüngliche Nachricht- Von

AW: JDBC/ODBC: Technological choice

2001-05-28 Thread Ralph Einfeldt
: Donnerstag, 24. Mai 2001 21:49 An: [EMAIL PROTECTED] Betreff: Re: JDBC/ODBC: Technological choice snip/ That's really bizar... And that sucks. Where does this limitation come from? The driver? Access? Would this alternative syntax: String x = getString(String columnName) do the same thing

Re: JDBC/ODBC: Technological choice

2001-05-24 Thread aswath satrasala
to write scripts to set the datasource (if you are using jdbc-odbc). -Aswath From: Alexandre Bouchard [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: tomcat-user [EMAIL PROTECTED] Subject: JDBC/ODBC: Technological choice Date: Wed, 23 May 2001 20:34:29 -0400 Hello guys I am building

Re: JDBC/ODBC: Technological choice

2001-05-24 Thread Guido Medina
not try to reinvent the wheel my friend !!!, that's all... Regards... Guido. P.D: I also hate ASP :-) - Original Message - From: aswath satrasala [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 24, 2001 1:33 PM Subject: Re: JDBC/ODBC: Technological choice Hi, First, I would

Re:Re: JDBC/ODBC: Technological choice

2001-05-24 Thread Alexandre Bouchard
PROTECTED] Reply-To: [EMAIL PROTECTED] To: tomcat-user [EMAIL PROTECTED] Subject: JDBC/ODBC: Technological choice Date: Wed, 23 May 2001 20:34:29 -0400 Hello guys I am building an intranet on a window NT environment. I hate ASP, so I decided to use JSP as the server-side language. I chose

Re: Re:Re: JDBC/ODBC: Technological choice

2001-05-24 Thread Guido Medina
- From: Alexandre Bouchard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 24, 2001 2:46 PM Subject: Re:Re: JDBC/ODBC: Technological choice Mm... i am not sure that I understand. What did you mean by restrictions Access will place? I think that all I gonna need in my scripts

Re: JDBC/ODBC: Technological choice

2001-05-24 Thread Alexandre Bouchard
plateform i think, but will the integration with JSP be easier? thank you very much guys Guido. - Original Message - From: Alexandre Bouchard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 24, 2001 2:46 PM Subject: Re:Re: JDBC/ODBC: Technological choice

Re: JDBC/ODBC: Technological choice

2001-05-24 Thread Guido Medina
Well, I guess this is a bug in mdb, is better to work with variables and forget about bugs...that's all...Guido - Original Message - From: Alexandre Bouchard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 24, 2001 3:49 PM Subject: Re: JDBC/ODBC: Technological choice Yeah

Re:Re: JDBC/ODBC: Technological choice

2001-05-24 Thread aswath satrasala
From: Alexandre Bouchard [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re:Re: JDBC/ODBC: Technological choice Date: Thu, 24 May 2001 14:46:06 -0400 Mm... i am not sure that I understand. What did you mean by restrictions Access will place? I think that all I

JDBC/ODBC: Technological choice

2001-05-23 Thread Alexandre Bouchard
Hello guys I am building an intranet on a window NT environment. I hate ASP, so I decided to use JSP as the server-side language. I chose Tomcat to run my JSP and I installed it as a IIS plugin. Now, I have to connect my JSPs with the databases (they use Access -- ouch! ) I never did

RE: JDBC/ODBC: Technological choice

2001-05-23 Thread Brian George
Please UNSUBSCRIBE me. I did not subscribe to this listserve. -Original Message- From: Alexandre Bouchard [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 5:34 PM To: tomcat-user Subject: JDBC/ODBC: Technological choice Hello guys I am building an intranet

RE: JDBC/ODBC: Technological choice

2001-05-23 Thread William Kaufman
: Wednesday, May 23, 2001 5:34 PM To: tomcat-user Subject: JDBC/ODBC: Technological choice Hello guys I am building an intranet on a window NT environment. I hate ASP, so I decided to use JSP as the server-side language. I chose Tomcat to run my JSP and I installed it as a IIS plugin