Re: [GENERAL] Create stored procedure from C#.net

2012-07-16 Thread Chris Travers
On Mon, Jul 16, 2012 at 1:29 PM, Brar Piening wrote: > > Something like PL/C# to write functions in C# doesn't exist. > > There used to be a PL/Mono, but don't know how well maintained it is. Best Wishes, Chris Travers

Re: [GENERAL] Create stored procedure from C#.net

2012-07-16 Thread Brar Piening
postgresuser wrote: I am using PostgreSql 8.3 version. I want to create stored procedure from C#.net. Is it possible? Any idea. You probably don't mean something like: using Npgsql; ... using (NpgsqlConnection connection = new NpgsqlConnection("Server=127.0.0.1;Database=postgres;Integrated S

Re: [GENERAL] Create stored procedure from C#.net

2012-07-16 Thread Pavel Stehule
Hello 2012/7/16 postgresuser : > Hi, > I am using PostgreSql 8.3 version. I want to create stored procedure from > C#.net. Is it possible? Any idea. > What I know, it is not possible. somebody wrote wrapper for .NET, but this project was not finished ever Regards Pavel Stehule > -- > View this