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.
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"
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.