From: | "Jaime Casanova" <systemguards(at)gmail(dot)com> |
---|---|
To: | "Ruddy Vargas" <ruddyvar(at)gmail(dot)com> |
Cc: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: Crystal report y NPGSQL |
Date: | 2006-04-10 02:20:55 |
Message-ID: | c2d9e70e0604091920u3ca2fd56h92cc5c12b388be26@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
On 4/9/06, Ruddy Vargas <ruddyvar(at)gmail(dot)com> wrote:
>
> > Si, pero el problema no es como hacer los reportes en .net, si no, como
> hacerlos para postgres utilizando NPGSQL como driver
> >
>
el enlace que te indique te muestra como reacionar un reporte a una
fuente de datos... eso es lo que el npgsql es el ".net data provider
for postgresql" por lo tanto es completamente transaparente (mientras
uses el data provider) la base de datos que estes usando...
por ejemplo, ahi decia:
* Agregue un componente de tipo SqlDataAdapter.
* Seleccione la conexión con la base Northwind.
* Introduzca el comando SQL "select * from Products order by
CategoryID, ProductName"
* Haga clic con el botón alterno del mouse sobre el componente
DataAdapter, seleccione "Create DataSet" y acepte el nombre sugerido
("DataSet1").
y mas adelante indica como relacionar el dataset con el reporte...
--
Atentamente,
Jaime Casanova
"What they (MySQL) lose in usability, they gain back in benchmarks, and that's
all that matters: getting the wrong answer really fast."
Randal L. Schwartz
From | Date | Subject | |
---|---|---|---|
Next Message | Eliana Ojeda | 2006-04-10 13:10:58 | Error! |
Previous Message | Ruddy Vargas | 2006-04-09 23:39:27 | Re: Crystal report y NPGSQL |