Re: Error

From: Henry <hensa22(at)yahoo(dot)es>
To: "Dilm E(dot)I(dot)R(dot)L" <i(dot)dilm(at)yahoo(dot)es>, PostgreSQL <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: Error
Date: 2007-09-17 21:08:48
Message-ID: 824651.83393.qm@web30809.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda


--- "Dilm E.I.R.L" <i(dot)dilm(at)yahoo(dot)es> escribió:

> Gracias por sus respuestas..
>
> este es el select:
>
> SELECT public.sis_cliente.id_cliente,
> public.sis_cliente.id_empresa,
> public.sis_cliente.tipo_persona,
> public.sis_cliente.fecha_registro,
> public.sis_cliente.ruc_cliente,
> public.sis_cliente.dni_cliente,
> public.sis_cliente.nombre_cliente,
> public.sis_cliente.nombre_comercial,
> public.sis_cliente.direccion_cliente,
> public.sis_cliente.referencia_cliente,
> public.sis_cliente.contacto_cliente,
> public.sis_cliente.telefono_cliente,
> public.sis_cliente.fax_cliente,
> public.sis_cliente.movil_cliente,
> public.sis_cliente.email_cliente,
> public.sis_cliente.observacion
> FROM public.sis_cliente
>
> Como ven es un select sencillo desde el pgAdmin
> III Query no tengo error, pero cuando ejecuto mi
> aplicativo (PowerBuilder 9.0) tengo el Error a que
> se puede deber..
>
> Rodriguez Fernando <rodriguez(at)ort(dot)edu(dot)uy> escribió:
> Intentastes ejecutar una sentencia sql, luego de
> haber ocurrido un error
> sin haber hecho antes un rollback
>
> Saludos Fernando
>
> Dilm E.I.R.L wrote:
> > Hola a todos tengo el siguiente error :
> > ---------------------------
> > DataWindow Error
> > ---------------------------
> > Select error: SQLSTATE = S1000
> > Error while executing the query;
> > ERROR: current transaction is aborted, commands
> ignored until end of
> > transaction block
> > ---------------------------
> >
> > Alguien sabe la solucion..
> >
> >
> >
>
------------------------------------------------------------------------
> >
> > Sé un Mejor Amante del Cine
> > ¿Quieres saber cómo? ¡Deja que otras personas te
> ayuden!
> > .
>

creo que el objeto sqltransact (algo asi se llama en
pw, creo :-s)
tiene una opcion para desabilitar el autocommit,
intenta hacer eso, como estas haciendo el llenando de
datos a tu DataWindows?


____________________________________________________________________________________
Sé un Mejor Amante del Cine
¿Quieres saber cómo? ¡Deja que otras personas te ayuden!
http://advision.webevents.yahoo.com/reto/entretenimiento.html

In response to

  • Re: Error at 2007-09-17 20:28:00 from Dilm E.I.R.L

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Roberto Andrade Fonseca 2007-09-17 22:27:05 [OT] Se solicita un DBA y dos programadores
Previous Message Miguel Bernilla 2007-09-17 20:59:29 RE: Error