On 17 Feb 2010, at 3:44pm, D. Richard Hipp wrote:

> On Feb 17, 2010, at 6:52 AM, Hick Gunter wrote:
> 
>> Ok I went back to square one and retrieved the amalgamation source  
>> from the recommended distribution. It is still failing at the  
>> "reduce" step before the "shift 627", which is where the  
>> sqlite3Attach() function is called.
>> 
>> [sgi...@sgtxe1 ~]$ asql
>> SQLite version 3.6.22
>> Enter ".help" for instructions
>> Enter SQL statements terminated with a ";"
>> sqlite> attach 'test.db' as test;
>> Error: unable to resolve operation
>> sqlite>
> 
> The error message text "unable to resolve operation" occurs nowhere in  
> the SQLite source code.

Actually, it's a Java error message.  I don't see any way for SQLite to trigger 
it directly.

So Gunter, how is Java involved in the setup you are debugging under ?  Are you 
perhaps running under a Java virtual machine or using netbeans ?  And can you 
try it again without the Java component ?

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

Reply via email to