|
-
Apr 15th, 2016, 01:17 PM
#11
Re: VB6 Threading-Examples using the vbRichClient5 ThreadHandler
 Originally Posted by jpbro
I've done a few tests, and I suspect I know the answer, but I just wanted to confirm - the Sqlite file: URI spec is only good for cross-thread communication, not cross-process communication, correct?
Yes, the feature relies on SQLites "Shared Cache"-allocation - and this is
only available "InProcess" (so, only cross-thread inside a given hosting-process).
Regards,
Olaf
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
|
Click Here to Expand Forum to Full Width
|