Below is your standard hyperlink:
<a href=PAGE YOU WANT TO LINK TO>CLICK ME TO GO TO PAGE</a>
Below will pass data:
<a href=PAGE YOU WANT TO LINK TO?varname="data">Click Me to Pass Data VIA URL</a>
I would not recommend using the ADO Data Control.
Connect Like This:
dim cnConnection as ADODB.connection
Set cnConnection = Createobject("ADODB.Connection")
cnConnection.connectionstring = "provider=MSDAORA;data source=NAMEofYourSERVER;user...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.