Hi,
need help we a maybe newbie question.
i'm using cherrypy and sqlobject to write a litte program.
actually i'm implementing the search pages and i would like to use
automatically the startswith option every time the column type is
"String".
i will pass 1...n parameters and the i evaluate and spl
Hi,
i have 2 questions.
1) is there a possibiliti' to start my own (complex) sql update script.
example
insert into webstats (uname,tipoctr)
(Select
cbl.codice,
1+IFNULL((select 1 from collab2 where cbl.codice =
collab2.codice),0)
from collab cbl);
2) How can i start procedure
Am Mon, 5 Nov 2007 18:08:06 +0100
schrieb "Diez B. Roggisch" <[EMAIL PROTECTED]>:
> On Monday 05 November 2007 15:25:13 [EMAIL PROTECTED] wrote:
> > Hi,
> > i have 2 questions.
> >
> > 1) is there a possibiliti' to start my own (complex) sql update
> > script. example
> >
> > insert into webstats
Am Mon, 5 Nov 2007 19:46:38 +0300
schrieb Oleg Broytmann <[EMAIL PROTECTED]>:
> On Mon, Nov 05, 2007 at 03:25:13PM +0100, [EMAIL PROTECTED] wrote:
> > 1) is there a possibiliti' to start my own (complex) sql update
> > script.
> [skip]
> > 2) How can i start procedures from sqlobject.
>
>con