Cool!! I thought this was excluded from an EEP!!

David

David Blocker
[EMAIL PROTECTED]
781-784-1919
Fax: 781-784-1860
Cell: 339-206-0261
----- Original Message -----
From: "A. Razzak Memon" <[EMAIL PROTECTED]>
To: "RBASE-L Mailing List" <[EMAIL PROTECTED]>
Sent: Monday, August 16, 2004 1:27 PM
Subject: [RBASE-L] - RE: connecting to another data base


> 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