At 12:11 PM 8/16/2004 -0400, David Blocker wrote:

More to the point BUddy you can't SCONNECT another database in an EEP in 6.5++.
But you can OUTSIDE the form and then access the data from the other database
within a form


David,

Actually, you CAN use SCONNECT to connect other databases
as well as SATTACH to attach server table(s), using R:BASE
6.5++ for Windows (Build:1.866xRT03 or higher).

Try the following commands in an EEP:

SCONNECT systemdsn IDENTIFIED BY ownerpassword
SATTACH servertablename USING ALL
BROWSE * FROM servertablename
RETURN

To detach and disconnect:

SDETACH servertablename NOCHECK
SDISCON systemdsn
RETURN

Very Best R:egards,

Razzak.



Reply via email to