shawnj985 Posted August 30, 2006 Posted August 30, 2006 I have a database which I would like to use a preference file consisting of mostly Yes/No data to act as switches for some options and not sure how to go about doing it. What I believe I need to do is create a new table consisting of one record and if this is the case what is the best way to consistently reference this record and its field for my scripts? Thanks in advance.
Ender Posted August 30, 2006 Posted August 30, 2006 Use a cartesian join operator (the big X) to link your preference table to the rest of the graph. In this manner, it's fields will always be accessible.
Recommended Posts
This topic is 6662 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now