Quoting Mateusz Mazur <[EMAIL PROTECTED]>:
> Hello.
> I wonder where I can find JDBC driver for Postgresql. I think it should
> be
> class (sorry I am newbie). I would be very greatfull for quick
> response.
The JDBC driver is actually a collection of many classes. What you want is the
jar arch
Quoting Som <[EMAIL PROTECTED]>:
> Hi ALL,
> I am trying to insert the image from the client to database by
> spicifying the Windows NT machine filepath.
> The server(postgresql 7.0) is situated at the linux.
> If filepath is linux m/c's then i can ...
> If filepath is winNT then i have Exceptio
Quoting A James Lewis <[EMAIL PROTECTED]>:
>
> Before I go investigating this, is it possible to trigger an arbitrary
> program from the SQL, say a shell script?
In theory yes, but I'd suspect not a good idea.
Even more so with java, as the JVM's startup time is pretty big. Having it talk
to