Re: [sqlite] [newbie/VB.Net + SQLite] Reliable file hashing?

2010-03-05 Thread Xevi
Hello, I can't check the VB at this moment, but I think that you dont need de single quotes around the @hash parameter in line 65. Hope this helps Xevi Al 05/03/2010 15:48, En/na Nick Shaw ha escrit: > Small aside: Why do you select the id, name AND hash in the select? You > don't

Re: [sqlite] BUG in RTree ?

2008-07-21 Thread Xevi
Thank You, I'll keep looking further. Xevi En/na Kees Nuyt ha escrit: > On Sun, 20 Jul 2008 09:03:44 +0200, you wrote: > > >> Hello to all, >> >> I think I have found a bug in the RTree extension (I'm using version 3.6.0) >> If I run this script : >

[sqlite] BUG in RTree ?

2008-07-20 Thread Xevi
, E_UTMX, E_UTMY) VALUES (3, 'C', 30.0, 30.0); INSERT INTO GEO_TEST(FID, NAME, E_UTMX, E_UTMY) VALUES (4, 'D', 40.0, 40.0); INSERT INTO GEO_TEST(FID, NAME, E_UTMX, E_UTMY) VALUES (5, 'E', 50.0, 50.0); END; then every thing goes right. Am I doing something wrong ? Thanks in advance. Xevi