RE: JDBC-ODBC for Linux

2000-07-06 Thread Patrick Lacson
Thanks for the tip. I ended up just scrapping the Access DB and using SQL Server. -P -Original Message- From: Christopher Smith [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 06, 2000 6:17 PM To: Patrick Lacson Cc: [EMAIL PROTECTED] Subject: Re: JDBC-ODBC for Linux --On Thursday

JDBC-ODBC for Linux

2000-07-06 Thread Patrick Lacson
Newbie question: Is it possible to have an Access datbase file located on the linux box and connect to it using the free Sun JDBC-ODBC driver? If so where can I find more info. TIA! -Patrick -- To UNSUBSCRIBE, email to [EMAIL

RE: J2SEE 1.3 on SuSE Linux 6.4 with SuSE Kernel

2000-06-07 Thread Patrick Lacson
I just downloaded jdk 1.3 for Linux from Sun's web site and sure enough your tip WORKED!! I ran my code prior to applying a zero value for the heap-stack-gap and I always get a seg fault. Thanks!! -Patrick L -Original Message- From: Carsten Hoeger [mailto:[EMAIL PROTECTED]] Sent: Wedne

HotSpot ??

2000-06-05 Thread Patrick Lacson
Can someone explain to me the advantage of JIT compilers? It's obviously faster .. I've been doing some recusion testing and the Sun JDK 1.3 for Linux runs on average 3 times faster than the jdk 1.2.2 rc4 from blackdown.org. Here's my very simple nchoosek recursive method: /** nchoosek recursiv