Jose has found a Firebird Embedded connect string which works with
kinterbasdb. I would like to be able to add it somehow to sql.py so
that we can use the string in DAL.
I have spent a while trying, but I wasn't able to make the DAL work.
I'm not even sure that I am going about it in the right way.
I'm really sorry that I can't seem to successfully help myself, but
being rather new to Web2py and Python I just don't seem to have enough
expertise.
Can anyone give me a couple of pointers? Should I simply concentrate
on the DAL regex string, or should I try to make another database
type. Host and port do not need to be specified (and I think that
user and password are redundant too), dialect could be assumed to be
3, but charset also necessary. Maybe something like this... (I do
not know how to specify the quotes etc):
db = DAL('firebird://r'c:/data/example.fdb';set_encoding=('UTF8')')
Thanks to Jose for his help so far!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py-users" 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/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---