dbTalk Databases Forums  

HELP: FUNCTION and PROCEDURE best practices....

comp.databases.mysql comp.databases.mysql


Discuss HELP: FUNCTION and PROCEDURE best practices.... in the comp.databases.mysql forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
daniel@mfaconsulting.com
 
Posts: n/a

Default HELP: FUNCTION and PROCEDURE best practices.... - 09-26-2006 , 09:48 AM






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.


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



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.