Results 1 to 2 of 2

Thread: working on DB with 2 computers

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Location
    israel
    Posts
    13
    i made an application ussing sysbase sql anywhere
    and i want to use the database from two computers
    .but any time one application is working with the
    database ,i get a message "This file is already in use" on the other computer.
    beni y

  2. #2
    Junior Member
    Join Date
    Jul 2000
    Location
    Antwerp,Belgium
    Posts
    21
    Probably you're isolation level is wrong.

    You can set the isolation level to 'dirty read' if you don't want database locking.

    I think the syntax looks like
    SET_ISOLATION_LEVEL 0 (for dirty read),
    but you should check it in the manuals of sybase

    Hope this helps

    God and coincidence are two big humorists

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width