-
Virtual table "local" does not function Read/Write
I try use local virtual table, but I can't write changes to original table:
open database southwind
create virtualtable vtcustomers alias "vtcustomers" connstr "local" as select * from customers
use vtcustomers
brow && write some changes
use
use vtcustomers
brow && changes not present
Please where is error?
-
Lianja Team
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks