Results 1 to 4 of 4

Thread: [Answers] Database

Threaded View

  1. #1
    Lianja MVP
    Join Date
    Dec 2012
    Location
    Croatia, Zagreb
    Posts
    1,135

    [Answers] Database

    Q:
    have problems opening two (or more databases) at the same time.
    OPEN DATABASE db1
    OPEN DATABASE db2
    Then db1 is closed again.
    A:
    In Lianja you can only have one database open at a time. This is by design.
    you can however reference tables in multiple databases like this:

    Code:
    use databasename!tablename
    select * from databasename!tablename


    In Lianja you work against a snapshot of the live data as you state, then in final release the "data source" is a dsn that is used to connect to the live data at runtime.



    All topics in [Answers] alphabetically: http://www.lianja.com/community/show...ll=1#post12352

    Last edited by josipradnik; 2016-03-03 at 05:27.

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Journey into the Cloud
Join us