just
setting those variables in the same script that I'm using to start web2py.
Thanks! -- Benjamin Wolski
El lunes, 22 de febrero de 2016, 1:04:03 (UTC-8), Niphlod escribió:
>
> are they running from the same path and under the same user ?
>
> On Monday, February 22, 2016 at
executing the following query after defining my db in db.py helped me query
an Oracle db that requires a schema:
db_prod.executesql("ALTER SESSION SET CURRENT_SCHEMA = BDR;")
El viernes, 2 de marzo de 2012, 3:58:35 (UTC-8), Wuwei escribió:
>
> Hello,
> I'm trying to use DAL with a MSSQL db.
> I
Hi all! I'm connecting to an Oracle db for the first time and I hit a snag
when trying to start web2py from a bash script.
As you can see highlighted below, running the command as a script fails to
find the oracle driver, but running from the command line does.
Any ideas why this would be
Here is the relevant snippet from my Web2Py view:
{{for candidate in rows:}}
{{=candidate.votes}}
{{=IMG(_src=URL('photos',candidate.path_to_photo), _alt="Photo of
Candidate")}}
{{=candidate.name}}
{{pass}}
And the relevant snippet fr
4 matches
Mail list logo