RE: Clob or Blob in JDBC -> ImageViewer

From: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
To: "'radifan karami'" <radif_k(at)yahoo(dot)com>, pgsql-interfaces(at)postgresql(dot)org
Subject: RE: Clob or Blob in JDBC -> ImageViewer
Date: 2000-07-19 07:05:15
Message-ID: 1B3D5E532D18D311861A00600865478CF1B0F7@exchange1.nt.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

you build the examples using: make examples

Then to run, from that same directory (not example):

java example.ImageViewer jdbc:postgresql:database user password

Just running:

java example.ImageViewer

will generate some useage instructions. Make should also print out some as
well.

Peter

--
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council

-----Original Message-----
From: radifan karami [mailto:radif_k(at)yahoo(dot)com]
Sent: Wednesday, July 19, 2000 5:05 AM
To: pgsql-interfaces(at)postgresql(dot)org
Subject: RE: [INTERFACES] Clob or Blob in JDBC -> ImageViewer

Sory, I don't know how to run that example (
ImageViewer ).
What the database name should be created before
running ImageViewer ?
When I run that file by typing " java Imageviewer ",
error :
Exception in thread "main"
java.lang.NoClassDefFoundError: ImageViewer (wrong
name: example/ImageViewer)

Because I'm new comer in Java, I need the simpler and
shorter example.
Could anybody gives the simpler example for storing
and displaying image on a postgresql database ?

Than you.

radif

--- Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
wrote:
> Comments prefixed with PM:
>
> --
> Peter Mount
> Enterprise Support
> Maidstone Borough Council
> Any views stated are my own, and not those of
> Maidstone Borough Council
>
>
> -----Original Message-----
> From: Matt Fair [mailto:matt(at)netasol(dot)com]
> Sent: Tuesday, July 18, 2000 12:46 AM
> To: pgsql-interfaces(at)postgresql(dot)org
> Subject: [INTERFACES] Clob or Blob in JDBC
> ........
>
> PM: Again, the best example is the ImageViewer
> example application which is
> included in the source.
>
> Thank you all in advance,
> Matt Fair
>
>

__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Carsten Zerbst 2000-07-19 07:30:34 TCL - API documentation
Previous Message Peter Mount 2000-07-19 07:00:30 RE: jdbc how to get SERIAL