Re: migrando de SqlServer2000 a Postgresql

From: gonzalo sáenz <gonzalosaenz(at)gmail(dot)com>
To: David Ojeda <angeldavidojeda(at)gmail(dot)com>
Cc: PostgreSql <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: migrando de SqlServer2000 a Postgresql
Date: 2005-03-01 23:19:26
Message-ID: 7ae163a40503011519469faf52@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

On Tue, 1 Mar 2005 15:36:44 -0600, David Ojeda
<angeldavidojeda(at)gmail(dot)com> wrote:
> estoy tratando de migrar a postgresql, eh podido levantar el servicio
> sobre linux..... por el momento lo que me gustaria profundizar es en
> la creacion de funciones (en sqlserver se denominan procedimientos
> almacenados), especificamente como crear funciones que me retornen
> varias filas de registros de algun instruccion select...... y por otra
> parte, como llamo a esa funcion desde vb 6.0
>

http://www.postgresql.org/docs/8.0/interactive/xplang.html

en esta dirección tenes los "Procedural Languages" de PostgreSQL, pero
no podes ejecutar vb con PostgreSQL (si fuera software libre no habria
problema)

atambien podes realizar funciones con SQL que tambien las explica en el manual

salu2
gonzalo
> saludos
>
> ---------------------------(fin del mensaje)---------------------------
> TIP 8: explain analyze es tu amigo
>

--
When things are investigated, then true knowledge is achieved;
when true knowledge is achieved, then the will becomes sincere;
when the will becomes sincere, then the heart sees correctly;
when the heart sees correctly, then the personal life is
cultivated;when the personal life is cultivated, then the family life
is regulated;
when the family life is regulated, then the national life is orderly;
and when the national life is orderly, then there is peace in this world.

Confucius

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Javier C G 2005-03-01 23:38:31 funciones
Previous Message Leonel Quinteros 2005-03-01 22:05:44 Re: migrando de SqlServer2000 a Postgresql