How to pass a variable or parameter from VB to webpage (active server page)
I would like to be able to get a variable (an identity key pulled from a database and used in the VB app) and pass it to a webpage.
Is it possible to pass a variable betwen these two? If so, How?
Thanks for your help!!
~goddess
[email protected]
Re: How to pass a variable or parameter from VB to webpage (active server page)
You will need to create a COM Object. I would create a DLL and write functions inside that dll to access the database and return some values that you need..
Is this what you're looking for?
Re: How to pass a variable or parameter from VB to webpage (active server page)
I think so, except I have no idea how to create a DLL. I was hoping for a simpler solution, but it sounds like I'm going to have to go back to the books for this one.
Thanks for your advice though.
~goddess
[email protected]