[SQL] Returning a recordset and filling datatable in a .NET application

2002-10-31 Thread Jonas Wouters
Hi, I have a problem with using .NET and PostgreSQL. In a previous thread called "" I noticed that it is possible to use and create functions that return tuples or RecordSets. I now want to use them in .NET. I followed the instructions which are available at : http://developer.postgresql.org/d

Re: [SQL] Creating Stored Procedures

2002-10-30 Thread Jonas Wouters
> From: Stephan Szabo <[EMAIL PROTECTED]> > To: Philip Van Hoof <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: Re: [SQL] Creating Stored Procedures > Date: 29 Oct 2002 10:36:17 -0800 > > > On 29 Oct 2002, Philip Van Hoof wrote: > > > Note that I have searched A LOT on