> > revExecuteSQL dbID,"SELECT Name FROM myTable INTO ARRAY :1","eventList" >
Hi Mike You can't do it that way. The array syntax for revExecuteSQL is for SQL statements like INSERT where :1 is replaced by the value if eventList[1]. I have a blog post that includes some simple generic db functions and commands to get you started: http://goulding.ws/2010/08/27/180/ Cheers Monte_______________________________________________ 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
