Re: Error al grabar registros en PG con VB

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: al979663(at)ucol(dot)mx
Cc: systemguards(at)gmail(dot)com, "pgsql-es-ayuda(at)postgresql(dot)org" <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: Error al grabar registros en PG con VB
Date: 2005-09-07 01:56:58
Message-ID: 20050907015658.GA30082@surnet.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

On Tue, Sep 06, 2005 at 07:32:14PM -0500, al979663(at)ucol(dot)mx wrote:

> Mensaje citado por Jaime Casanova <systemguards(at)gmail(dot)com>:
>
> > On 9/6/05, al979663(at)ucol(dot)mx <al979663(at)ucol(dot)mx> wrote:

> > > un cierto tiempo de estar guardando registros en la bd. El mensaje que me
> > > arroja
> > > es el siguiente:
> > > Error: -2147467259 server closed the connection unexpectedly. This probably
> > > means the server terminated abnormally before or while processing the
> > > request.
> >
> > Nos podrias dar mas informacion? quiza las sentencias que estas
> > ejecutando?
> INSERT INTO bibliotecas (nombre,nombre_corto,director,telefono,correo,id_campus)
> VALUES ('Biblioteca','Biblio1','Cesar','123456','cesar(at)correo(dot)com',4)

Tienes algun trigger en esa tabla?

--
Alvaro Herrera -- Valdivia, Chile Architect, www.EnterpriseDB.com
The easiest way to resolve [trivial code guidelines disputes] is to fire
one or both of the people involved. (Damian Conway)

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Alvaro Herrera 2005-09-07 01:58:57 Re: Duda sobre soporte ssl para postgresql
Previous Message al979663 2005-09-07 00:32:14 Re: Error al grabar registros en PG con VB