I've seen lot's of discussion back and forward on the subject "how to to save/retrieve data from SQL-server from flow-script" but I have never really seen any answers how to do that. So, how can I do simple UPDATE command to database from flow script?
basic structure of my flow script is:
do {
SendPageAndWait ("foo", "page: page);
if (cocoon.request.get (stuff) matches logical expression)) {
UPDATE table SET stuff=valueFromForm
page++;
}
} while (page < 10);that is the basic structure of the flow script I'm trying to create.
- Joose
-- "Always remember that you are unique, just like everyone else!" * http://iki.fi/joose/ * [EMAIL PROTECTED] * +358 44 561 0270 *
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
