valid table name: %s' % tablename
SyntaxError: invalid table name: auth_user
Please help.
Regards,
Vilas Patil
On Wednesday, 8 April 2009 09:54:52 UTC+5:30, mdipierro wrote:
> If the table already exists
>
> db.define_table(, migrate=False)
>
> Massimo
>
> On Apr 7
8, in insertraise
eOperationalError: no such table: web2py_session_myappname
Please help.
Regards,
Vilas Patil
On Wednesday, 8 April 2009 09:54:52 UTC+5:30, mdipierro wrote:
> If the table already exists
>
> db.define_table(, migrate=False)
>
> Massimo
>
&
I am trying to access one .NET webservice. In order to access that web
service, I have to send certificate to it. I am using web2py to do
this. How do I send certificate to that service?
e = "
http://def.com/xyzlink2322/1003/12/",trace = True)
response=client.service.PingFun()
result =
response["PingFunResult"]
return result
I have modified webservice details here. I am not able to access this
service as it requires certificate. I get Forbidden error message
here.
4 matches
Mail list logo