[Postgresql-it] Zeoslib e blob

  • From: Enrico <scotty@xxxxxxxxxxxx>
  • To: Pg-mailing <postgresql-it@xxxxxxxxxxxxxxxxx>
  • Date: Thu, 28 Apr 2005 15:17:03 +0200

Ho il seguente quesito:

Server: Linux postgresql 7.4.6
Client: Applicativo sviluppato in BCB 6.0 con zeoslib 6.0.x

vorrei gestire delle foto creando ad esempio una tabella 

create table mytable(
id_foto serial not null primary key,
path_foto varchar(100));

directory delle foto:
/mypath/photos/

secondo voi come posso passare i dati relativi alla foto dal client al server?

Grazie a tutti
Enrico

Other related posts:

  • » [Postgresql-it] Zeoslib e blob - Enrico