Hi
Try to connect Sybase ASE 15.7
Edit db.py
db = DAL('sybase://user:password@server/db_name')
When the application starts getting error:<type 'exceptions.RuntimeError'> Failure to connect, tried 5 times: Traceback (most recent call last): File "gluon/dal.py", line 8038, in __init__ File "gluon/dal.py", line 700, in __call__ File "gluon/dal.py", line 3849, in __init__ File "gluon/dal.py", line 659, in reconnect File "gluon/dal.py", line 3846, in connector TypeError: connect() got an unexpected keyword argument 'password' What is the problem? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

