J
JGPatrick
Apologies for making so many posts, but if Microsoft had better online
documentation I wouldn't have to ask this next one. Is it just me or does
Microsoft seem to leave ALOT out of their online doc? Is there some monster
reference manual we can buy that will have all this stuff?
Where can I find documentation for DAO relation attributes? In other words,
a list of attributes, with a brief definition of what they mean? This is
necessary if you want to add relationships to your database schema in DAO.
For instance, if I wanted to create a left outer join between two tables and
cascade updates, I know that the way to do this is to assign a certain value
to the attributes property of a relation object, but what value to assign I
have no clue.
Many thanks.
PS: I'm not looking only to execute only that one example; I would like to
have the entire list.
documentation I wouldn't have to ask this next one. Is it just me or does
Microsoft seem to leave ALOT out of their online doc? Is there some monster
reference manual we can buy that will have all this stuff?
Where can I find documentation for DAO relation attributes? In other words,
a list of attributes, with a brief definition of what they mean? This is
necessary if you want to add relationships to your database schema in DAO.
For instance, if I wanted to create a left outer join between two tables and
cascade updates, I know that the way to do this is to assign a certain value
to the attributes property of a relation object, but what value to assign I
have no clue.
Many thanks.
PS: I'm not looking only to execute only that one example; I would like to
have the entire list.