Monday, March 19, 2012

Calling a VB function/sub from SQL

Hello,
Is there any way for calling a VB function/sub (with parameters) from SQL?
Thank youWith Access (Jet SQL) you can call a few functions like DateDiff() and IIf() but not any custom functions that you may write.

No comments:

Post a Comment