0 pts.
 DBlookup
I am trying find out if there is a way to have a database refer to another database for information. If so what is the code.? Thanks

Software/Hardware used:
ASKED: August 28, 2006  12:36 PM
UPDATED: August 29, 2006  10:02 AM

Answer Wiki:
It seems to me, based on your subject line, you've already got your answer - @DBLookup. What's the real question?
Last Wiki Answer Submitted:  August 28, 2006  12:54 pm  by  Stiletto   2,700 pts.
All Answer Wiki Contributors:  Stiletto   2,700 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Do you mean another Lotus Notes database, then it’s just:

@DBlookup(“”;”server”:”filedetails”;”viewname”;”key”;”fielname”)

Basically the samething using ODBC, but you need to create the ODBC connection (if Windows).

 0 pts.