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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Find Conn.Properties values ?

Status
Not open for further replies.

XTnCIS

Programmer
Apr 23, 2002
57
US
I am doing some research to get together a list of properties and their settings for an ADO connection.

I have a list of 90 different properties (i.e., prompt, null concatenation behavior, outer join capabilities...), but am having trouble finding the values for and definitions of each of the properties. Does anyone know of a good web-resource?

For example:
I know that I can set
conn.properties("Prompt") = adPromptComplete
which will prompt the user for an id and password, but I don't know what other values their are... or where to find them.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top