Click to See Complete Forum and Search --> : How to pass a variable or parameter from VB to webpage (active server page)


goddess_spanky
August 24th, 2001, 12:14 PM
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
goddess_spanky@hotmail.com

sjallad
August 24th, 2001, 02:51 PM
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?

goddess_spanky
August 24th, 2001, 03:16 PM
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
goddess_spanky@hotmail.com