Re: Using SQLite with Euphoria 4.x
- Posted by ChrisB (moderator) Oct 17, 2010
- 1368 views
Hi
Yes, thats right, it means its finding it, as the file handle is > 0 - if it couldn't find it it would be -1, and it would abort.
That means there is some issue with the sqlite3 dll and windows 7.
Get dependency walker, and open sqlite3.dll, see if there are any unresolved dependencies (this is getting a bit Linuxy, sorry)
Chris