On 3 sep, 19:02, villas <[email protected]> wrote:
> No connection
> could be made because the target machine actively refused it.')
>
try to change the line 868 of file /gluon/sql.py
kinterbasdb.connect (dsn = '%s:%s'%(host, db)
by
kinterbasdb.connect (dsn = '%s'% db,
and log in just as before:
db = DAL ( 'firebird: / / sysdba: master ... @ 127.0.0.1 / c: \ data \
example.fdb')
If it works, then we'll see how to make a patch.
Jose
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---