Re: [HACKERS] C# reading result from a function

2015-07-06 Thread drunken
hello, do you have a good c# mailing list? or do you mean it is in the wrong "channel" here? the function is called, but the code isnt here. I get the result from par1+par2 into the database, but do not get the result in the c# command line ;) best regards from Hamburg Germany -- View this me

[HACKERS] C# reading result from a function

2015-07-04 Thread drunken
Hi guys, I have a problem with a sipmle function in postgresql. The func() calculates two integers to a result and returns it. The result is in the DB, but not in the Console Line in C#. So for example when i have par1 = 2 and par2 = 5 I get an DB entry with 7 in the result row, but the ConsoleLine