On Feb 9, 1:16 pm, mariuz <[email protected]> wrote:
> with latest stable version that comes with easy_install
>
> In [4]: import web
>
> In [5]: db=web.database(dbn='firebird',db='/tmp/
> test.fdb',user='SYSDBA',pw='masterkey')
>
> In [6]: result=db.query('select * from rdb$database')
> ---------------------------------------------------------------------------
found the issue
the query method doesn't like the $ in the table name from the select

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to