From: | "Dilm E(dot)I(dot)R(dot)L" <i(dot)dilm(at)yahoo(dot)es> |
---|---|
To: | PostgreSQL <pgsql-es-ayuda(at)postgresql(dot)org> |
Subject: | Re: Error |
Date: | 2007-09-17 20:28:00 |
Message-ID: | 797853.44542.qm@web28113.mail.ukl.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
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!
> .
---------------------------------
Sé un Mejor Amante del Cine
¿Quieres saber cómo? ¡Deja que otras personas te ayuden!.
From | Date | Subject | |
---|---|---|---|
Next Message | Rodriguez Fernando | 2007-09-17 20:46:11 | Re: Error |
Previous Message | Moises Alberto Lindo Gutarra | 2007-09-17 16:26:16 | Re: ANALIZAR SQL |