[web2py:23858] Re: Using count in a where clause

2009-06-10 Thread A. C. Censi
In Oracle you can use rowcount, for example, select * from table where rowcount<200 In sql server I think you can set a rowcount: SET ROWCOUNT 100 (or whatever) then do your query SET ROWCOUNT 0 - sets it back to normal In other I don't know. A. C. Censi On Wed, Jun 10, 2009 at

[web2py:23904] Re: slides in keynote and ppt

2009-06-11 Thread A. C. Censi
s, but I don't have a Mac > >> and PowerPoint format >> http://www.web2py.com/examples/static/cookbook2.ppt.zip > > 'Invalid request' > > F > > > -- A. C. Censi accensi [em] gmail [ponto] com accensi [em] montreal [ponto] com [ponto] br --~--~

[web2py:23910] Re: slides in keynote and ppt

2009-06-11 Thread A. C. Censi
Downloading now! Thanks ACC On Thu, Jun 11, 2009 at 10:25 AM, mdipierro wrote: > > please try again > > On Jun 11, 8:20 am, "A. C. Censi" wrote: >> keynote is available >> >> ppt returns 'invalid request' >> >> ACC >> >&g

[web2py:26776] Re: web2py-users and web2py-developers

2009-07-17 Thread A. C. Censi
ction in writing, as I am not a ntive english speaker. Regards A. C. Censi On Fri, Jul 17, 2009 at 7:28 PM, mdipierro wrote: > > This group has changed name to: > web2py-users, > > Developers should request membership in: > http://groups.google.com/group/web2py_developers >

[web2py:27704] Re: Converting a Django Tutorial to web2py

2009-07-31 Thread A. C. Censi
good questions. web2py does not have something like >> > > > > Django >> > > > > managers and you have to achieve the same goal differently. This >> > > > > is >> > > > > because of different in design philosophy. >> > >>

[web2py:18915] Re: A couple of Oracle problems

2009-04-01 Thread A. C. Censi
single quotations as follows:. SELECT * FROM suppliers WHERE supplier_name = '?'; >From the Oracle side, ORA-00911 happens, as explained above, because of an invalid char in statements. It is not an invalid symbol!. I hope that this help to isolate the error. A. C. Censi On Wed,

[web2py:19564] Re: Auth bug or "my bug"?

2009-04-10 Thread A. C. Censi
Portuguese for user is "usuário". or "usuario" without the accent. Massimo, you transliterate as "usuraio". The correponding for the Italian "usuraio" in Portuguese is "usurário". Latin languages have similar words with the same meaning! A. C.