|
-
August 24th, 2001, 12:14 PM
#1
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]
"There are no stupid questions, but there are a lot of inquisitive idiots."
-
August 24th, 2001, 02:51 PM
#2
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?
-
August 24th, 2001, 03:16 PM
#3
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]
"There are no stupid questions, but there are a lot of inquisitive idiots."
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|