Rev & SQL question

Monte Goulding monte at sweattechnologies.com
Thu Sep 2 20:30:06 EDT 2010


> 
>   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


More information about the use-livecode mailing list