> Hi,
> 
> Does anyone use Sqlite in a COM/EXE server? 
> 
> I always get the error "no such table: sqlite_temp_master" from Sqlite when I call 
> any of its API
> function from within a COM EXE. Out of many attempts I discovered that if I set my 
> COM EXE to run as
> an Interactive User (by using DCOMCNFG) then everything works as expected. The 
> problem is that a COM
> EXE is not supposed to run as an Interactive User. Why would Sqlite need to be run 
> in an Interactive
> User account?

If it is not an Interactive user, then it is a service, a few years ago I had some 
problems with services and not Interactive user-accounts, I found a solution at 
following website.

http://www.aldyn-software.com/svcom.html

I did not check it out today, but I guess you find the answer there.

It is a COM-related problem, not a SQLITE problem

kind regards
Bert Verhees 

> 
> Thanks for any help in advance.
> 
> Eugenel
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to