Must have done this at least 30 years ago. ;)

Op wo 14 aug. 2019 13:27 schreef Alan Bourke <alanpbou...@fastmail.fm>:

> You need to know the location of the data, say lcLocation then:
>
> If you're using a DBC it's just
> open database (addbs(lcLocation) + "mydbc")
> use table1 in 0
> use table2 in 0
>
> If you're opening tables explicitly then then:
>
> use (addbs(lcLocation) + "table1") in 0
> use (addbs(lcLocation) + "table2") in 0
>
> And so on.
>
> Beyond that it doesn't matter where they are as long as the user has r\w
> access to the location. And it's not opening them directly over the
> internet or something silly.
>
> --
>   Alan Bourke
>   alanpbourke (at) fastmail (dot) fm
>
[excessive quoting removed by server]

_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/capqlobxks7fn0h-b6orycpks7r8fvg+u5xqp60x1a-bnjps...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to