Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ADO constants ???

Status
Not open for further replies.

JamesEdwards

Programmer
Dec 6, 2002
3
GB
Could anyone give me a list of ADO constants and their values (or point me to an URL, that lists them). Any assitance would be greatley appreciated.

Thanks,
James.
 
You can get a number of them from ADOVBS.inc (C:\Program Files\Common Files\SYSTEM\ADO). I'd expect there to be a complete set on MSDN somewhere.

What do you want them for? If you want them in ASP you can reference the ADO type library and have access to them all (or use the above INC file). Put:

<!-- METADATA TYPE=&quot;typelib&quot; FILE=&quot;C:\Program Files\Common Files\SYSTEM\ADO\msado15.dll&quot; -->

at the top of your global.asa.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top