Unix Technical Forum

HELP: FUNCTION and PROCEDURE best practices....

This is a discussion on HELP: FUNCTION and PROCEDURE best practices.... within the MySQL forums, part of the Database Server Software category; --> No not really the same. If you have C# Function foo(int x, int y) you can call it as ...


Go Back   Unix Technical Forum > Database Server Software > MySQL

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-28-2008, 09:15 AM
daniel@mfaconsulting.com
 
Posts: n/a
Default HELP: FUNCTION and PROCEDURE best practices....

No not really the same.

If you have C# Function foo(int x, int y)

you can call it as foo(var1,var2)

With the .NET libraries for MySQL. If something is an OUT parameter
e.g. foo(IN x INT, OUT ret INT) you can no call it like this
foo(var1,var2), you HAVE TO CALL it like this foo(x,ret), where x and
ret are you local variables. Anyway we digress.

Thanks for the response.

D.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 06:44 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com