Re: [INTERFACES] Re: [QUESTIONS] Connect to Postgres with pure TCL - Mailing list pgsql-interfaces

From Paolo Cacciatori
Subject Re: [INTERFACES] Re: [QUESTIONS] Connect to Postgres with pure TCL
Date
Msg-id 34BB9BCB.EBED6D9C@nova.it
Whole thread Raw
In response to Re: [QUESTIONS] Connect to Postgres with pure TCL  (Herouth Maoz <herouth@oumail.openu.ac.il>)
List pgsql-interfaces
Constantin Teodorescu wrote:

> Paolo Cacciatori wrote:
> >
> > In the meantime I've done some test with Tcl/Tk 8.0 and I was able
> to
> > make a connection and send a simple query over it. The hard part is
> > extracting the data from the result.
> >
> > If you are interested I can send the rude code of my test, but I'm
> > working with Tcl only from a week ....
>
> Yes please. It would be perfect.
> Any information how the result is composed ? Fixed length, variable
> delimited with some special character ?

The code is on another computer, I will send it later by email.

The only info about the structure of the result are from the code of
libpg (in the file fe-exec.c). A better documentation would help, but I
don't know if it exists.

PS Your pgaccess is very useful for me, thanks for it.


Paolo Cacciatori     paolo@plavis.com




pgsql-interfaces by date:

Previous
From: Constantin Teodorescu
Date:
Subject: Re: [INTERFACES] Re: [QUESTIONS] Connect to Postgres with pure TCL
Next
From: Peter T Mount
Date:
Subject: Re: [INTERFACES] Re: [QUESTIONS] Connect to Postgres with pure TCL