I have a stored procedure sending back a unique number.
But I don't know how to call this sp from Infopath using vbscript.
Does someone have sample code that might help me?
Kind regards
Kim
You'll have to use ADO from code. Try this MSFT support article:
http://support.microsoft.com/?kbid=185125
---
S.Y.M. Wong-A-Ton
> I have a stored procedure sending back a unique number.
> But I don't know how to call this sp from Infopath using vbscript.
> Does someone have sample code that might help me?
> Kind regards
> Kim