Re: [sqlite] SQlite 3.5.9 and Vista 64

2008-06-11 Thread derek walters
Filip, you got it! I have TortoiseSVN installed, and tried it with that
process disabled. Wow, I'm glad you found this out; I would have been
pulling out my hair for who knows how long.

-Derek
On Wed, Jun 11, 2008 at 4:38 PM, Filip Navara <[EMAIL PROTECTED]> wrote:

>
> http://www.nabble.com/CANTOPEN-error-on-Windows-systems-running-TortoiseSVN-to17656998.html
>
> - Filip
>
> On Thu, Jun 12, 2008 at 12:46 AM, derek walters <[EMAIL PROTECTED]>
> wrote:
> > I have a program that uses sqlite_exec in a loop of about a thousand
> > queries. In windows XP (32), the program operates fine, but with Vista
> (64)
> > I get random occurances of SQLITE_CANTOPEN (about 0.5% -- 5 or so -- of
> the
> > 1000 queries have this error) as a return from the function when using
> the
> > same data. Is there any known compatibility issues between SQlite and
> Vista,
> > specifically 64-bit?
> >
> > Another thing I've noticed, is that even when using the same laptop
> model,
> > the program running under Vista seems to run through the function
> > sqlite_exec ~10x faster than under XP.
> > Thanks,
> > --
> > --
> > Derek Walters
>  > ___
> > sqlite-users mailing list
> > sqlite-users@sqlite.org
> > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> >
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
--
Derek Walters
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQlite 3.5.9 and Vista 64

2008-06-11 Thread Filip Navara
http://www.nabble.com/CANTOPEN-error-on-Windows-systems-running-TortoiseSVN-to17656998.html

- Filip

On Thu, Jun 12, 2008 at 12:46 AM, derek walters <[EMAIL PROTECTED]> wrote:
> I have a program that uses sqlite_exec in a loop of about a thousand
> queries. In windows XP (32), the program operates fine, but with Vista (64)
> I get random occurances of SQLITE_CANTOPEN (about 0.5% -- 5 or so -- of the
> 1000 queries have this error) as a return from the function when using the
> same data. Is there any known compatibility issues between SQlite and Vista,
> specifically 64-bit?
>
> Another thing I've noticed, is that even when using the same laptop model,
> the program running under Vista seems to run through the function
> sqlite_exec ~10x faster than under XP.
> Thanks,
> --
> --
> Derek Walters
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQlite 3.5.9 and Vista 64

2008-06-11 Thread D. Richard Hipp

On Jun 11, 2008, at 6:46 PM, derek walters wrote:

> I have a program that uses sqlite_exec in a loop of about a thousand
> queries. In windows XP (32), the program operates fine, but with  
> Vista (64)
> I get random occurances of SQLITE_CANTOPEN (about 0.5% -- 5 or so --  
> of the
> 1000 queries have this error) as a return from the function when  
> using the
> same data. Is there any known compatibility issues between SQlite  
> and Vista,
> specifically 64-bit?

There are no known issues.  Can you tell us what the query is and what  
your database schema is?

D. Richard Hipp
[EMAIL PROTECTED]



___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] SQlite 3.5.9 and Vista 64

2008-06-11 Thread derek walters
I have a program that uses sqlite_exec in a loop of about a thousand
queries. In windows XP (32), the program operates fine, but with Vista (64)
I get random occurances of SQLITE_CANTOPEN (about 0.5% -- 5 or so -- of the
1000 queries have this error) as a return from the function when using the
same data. Is there any known compatibility issues between SQlite and Vista,
specifically 64-bit?

Another thing I've noticed, is that even when using the same laptop model,
the program running under Vista seems to run through the function
sqlite_exec ~10x faster than under XP.
Thanks,
-- 
--
Derek Walters
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users