On Wednesday, April 06, 2011 3:10:02 am you wrote:
> On 5.4.2011 22:10, Adrian Klaver wrote:

> 
> Hello, Adrian!
> As a single user of my single box, I think that I have all permissions
> possible.
> Some time ago I  played with sqlite3; from that time, I have some
> "test.db" files. I am able to do:
> Being in c:/testsql/, there having the "test.db" file, starting python,
> 
> I can ask:
>  >>> import sqlite3
>  >>> con = sqlite3.connect("test.db")
>  >>> cur = con.cursor()
>  >>> cur.execute(select*from names)
> 
> <sqlite3.Cursor object at 0x00CB2AA0>
> 
>  >>> print cur.fetchall()
> 
> [(1, u'John Doe', u'[email protected]'), ..., etc)]
> 
> Thank you for your response, lookin forward to another.

Well the issue is not the one you can open but the one you can't:)  The issue 
as 
I understand it is calling dabo.dApp() and having it fail to open a Sqlite3 db. 
I will go out on a limb and say that the one it is trying to open is 
DaboPreferences.db. On my Linux machine that is in the ~/.dabo directory, not 
sure where it hides on Windows. Maybe search for that file and see if you can 
access it using the procedure you show above?


> Tovim

-- 
Adrian Klaver
[email protected]
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to