On Fri, 17 Aug 2007 10:16:10 +0200, jbv wrote: > I'm trying to squeeze more than one SQL commands into 1 single > revdb_execute request in a Rev cgi script.
I've never done that, but I would assume that revdb_execute is limited to only one command because it needs to return a result back to Rev; if it could support more than one command, there would have to be special handling to get the results of multiple commands back (even if it's just a simple "empty/error" result for each). I'd break it into two separate revdb_execute statements instead. Ken Ray Sons of Thunder Software, Inc. Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
