> Hi Francisco,
> 
> I did create an alias:
> 
> declare
>       input ALIAS FOR $1;
> 
> are you suggesting that I use "param1" instead of "input"?
> 
> I suppose that would make it easier to do the ADO.NET code, 
> rather than trying to remember unusual names for parameters.  
> Is that your point?

I was going to suggest this - once it was all working - mainly from a
tidyness point of view - and as you say Carl - easier to remember.

I think the names are irrelevant (as long as you steer clear of reserved
words/column names). Certainly param1 would help you remember that it is the
first parameter. I tend to use names based on what they are.

HTH

Chris


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to