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

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

2015-07-05 Thread Ashutosh Bapat
This mail is probably appropriate for some C# mailing list. I am not familiar with C#, but in the above code, I do not see where is test_func() being called? On Sat, Jul 4, 2015 at 1:44 PM, drunken wrote: > Hi guys, I have a problem with a sipmle function in postgresql. The func() > calculates

[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