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 procedures from sqlobject.


thanks mike

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to