Re: [HACKERS] How to make @id or $id as parameter name in plpgsql,isit available?

2004-11-25 Thread Arnold.Zhu
following is only program fragment, original program structure is from sample named Duwamish in ms vs.net 2002. / private const String ID_PARM= "@id"; private const String NAME_PARM = "@name"; public UserData GetUserById(int id) { if ( dataAdapter ==

Re: [HACKERS] How to make @id or $id as parameter name in plpgsql,isit available?

2004-11-25 Thread Arnold.Zhu
Hello, Francisco Figueiredo Jr. yes, I'd like to. Thank you for talking with you. ^_^ >H, could you add a feature request in Npgsql project? > >This feature may be helpful for other users who are porting their apps >to postgresql :) > >Also, if possible, please add a simple test case with th