RE: Re: JDBC/ODBC: Technological choice

2001-06-06 Thread Jann VanOver
ay, May 24, 2001 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:4

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 struct

RE: JDBC/ODBC: Technological choice

2001-05-30 Thread Jann VanOver
EMAIL 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ü

AW: JDBC/ODBC: Technological choice

2001-05-27 Thread Ralph Einfeldt
ROTECTED]] > Gesendet: Donnerstag, 24. Mai 2001 21:49 > An: [EMAIL PROTECTED] > Betreff: Re: JDBC/ODBC: Technological choice > That's really bizar... And that sucks. Where does this > limitation come from? > The driver? Access? Would this alternative syntax: > String

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 >

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

Re: JDBC/ODBC: Technological choice

2001-05-24 Thread Alexandre Bouchard
Acces on NT? mySQL is free for all 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:

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"

Re:Re: JDBC/ODBC: Technological choice

2001-05-24 Thread Alexandre Bouchard
cripts 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: Technologica

Re: JDBC/ODBC: Technological choice

2001-05-24 Thread Guido Medina
sp, do 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: Te

Re: JDBC/ODBC: Technological choice

2001-05-24 Thread aswath satrasala
have 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:

RE: JDBC/ODBC: Technological choice

2001-05-23 Thread William Kaufman
inal 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 on a window NT environment. I > hate ASP, so I

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

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 tha