Re: [web2py] Re: loading appadmin informix table

2013-04-15 Thread Wouter Pronk
the version of informix is 12.10. Thanks for your help so far Niphlod. Op 15-04-13 17:09, Niphlod schreef: well, this helps to understand why the appadmin is failing if it fails in the shell, there's no way it works in the appadmin. Unfortunately I don't have an informix instance available, s

Re: [web2py] Re: loading appadmin informix table

2013-04-15 Thread Niphlod
well, this helps to understand why the appadmin is failing if it fails in the shell, there's no way it works in the appadmin. Unfortunately I don't have an informix instance available, so you should try to debug the code (or wait for a user that has it) ps: what is your informix version ? --

Re: [web2py] Re: loading appadmin informix table

2013-04-15 Thread Wouter Pronk
Hello Niphlod, my initial information was not correct. In the shell I tried db.executesql('SELECT * FROM tl;') and this work but if I do things =db(db.tl.id>0).select() than that's it. The prompt doesn't return and I have to kill the shell. Op 15-04-13 14:47, Niphlod schreef: any chance in c

Re: [web2py] Re: loading appadmin informix table

2013-04-15 Thread Niphlod
any chance in changing the tablename (that I'm assuming is not "t1" in the reality) fixes the problem ? What happens in the shell when you do db(db.t1.id > 0).select() and what when you do db(db.t1.id != '').select() ? -- --- You received this message because you are subscribed to the Googl

Re: [web2py] Re: loading appadmin informix table

2013-04-15 Thread Wouter Pronk
No, nothing. Already added migrate=False, but no change. Op 15-04-13 14:15, Niphlod schreef: something in the databases/sql.log file ? PS: try to specify migrate=False in the table definition too. Shouldn't be needed but it's always a nice check to do when debugging such "locks" -- --- You

Re: [web2py] Re: loading appadmin informix table

2013-04-15 Thread Niphlod
something in the databases/sql.log file ? PS: try to specify migrate=False in the table definition too. Shouldn't be needed but it's always a nice check to do when debugging such "locks" -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To

Re: [web2py] Re: loading appadmin informix table

2013-04-15 Thread Wouter Pronk
Hello Niphlod, nothing. The browsers just tries to keep loading (message: waiting on localhost) and the server-app is not responding (and blank). Op 15-04-13 14:07, Niphlod schreef: anything specific reported in the "crashing" page ? -- --- You received this message because you are subscribe

[web2py] Re: loading appadmin informix table

2013-04-15 Thread Niphlod
anything specific reported in the "crashing" page ? -- --- 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 web2py+unsubscr...@googlegroups.com. For more options