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
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
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
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