PDA

Click to See Complete Forum and Search --> : VB and ASP exchanging variables


DocWolfe
Oct 2nd, 2000, 12:29 PM
If I wanted to make a program that could exchange variables between ASP and a VB program how would I do it?

Say, if I wanted to submit some variables to a remote ASP page and then the ASP script will process the info and input it to an access database. If you can point me in the direction of a tutorial that will show me how to exchange data or if you can tell me I would be most aprreciative, thanks.

monte96
Oct 2nd, 2000, 05:50 PM
You accomplish this in ASP using HTML forms and ADO on the server side to interact with the database.

There are TONS of examples of it in these forums alone. Search for 'ASP and ADO' and 'FORM' and you should find plenty of examples..