stored procedures with parameters w/dotnet

stored procedures with parameters w/dotnet

am 01.04.2004 20:32:37 von PaulS

I am looking for a dotnet example of using a stored procedure with
parameters that returns some data.
Thanks,
Paul



---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Re: stored procedures with parameters w/dotnet

am 01.04.2004 22:57:44 von Scott Marlowe

On Thu, 1 Apr 2004, PaulS wrote:

> I am looking for a dotnet example of using a stored procedure with
> parameters that returns some data.

I'd be interested too. We're just putting the .nyet framework up where I
work and I'll be playing with the ADO drivers from source forge so I can
hopefully at least put a real database underneath the beast of Redmond...
:-)


---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match