On Feb 2, 2010, at 6:33 PM, Bob Sneidar wrote:
I think I see what is going on here. The connection is being made with sqlYoga initially, but of course like every good server, on-rev drops the connection after a period of inactivity. Now normally I would execute an SQL statement through sqlYoga, but there is no function or command as yet that allows me to simply execute an SQL statement and return a result, or not that I have been able to find.
Except for dbconn_executeSQL of course :-) http://www.bluemangolearning.com/revolution/docs/sql_yoga/api_docs/Documents/stack_libSQLYoga_command_dbconn_executeSQL.htm -- Trevor DeVore Blue Mango Learning Systems ScreenSteps: http://www.screensteps.com Releasable Revolution Resources for Developers: http://revolution.bluemangolearning.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
