I have a database on a SQL 2003 server with a SPC call "sprGetAppDesc"
To get the proper result I need to pass into it "strAppNum" and it will return "egaDescription".
I have followed every example I can find on how best to do this and get no actual working result. The data source is call "Application_Info".
I have been able to do this with Studio but no luck with Infopath. I have tried to use some of the examples but most of them use the java script. Does anyone have any good vbscript I can follow for connected to the secondary data source, and passing in a variable to a sproc to get some values back???