Hi all. 

I assemble an SQL statement that looks like this: 

insert into ObjectProperties (recordid,rect,controlname,owner,visible) VALUES 
(:1,:2,:3,:4,:5)

I then execute this statement: 

revExecuteSQL tDBID, tInsertSQL, aRecordData

I get records but with no data in them. I checked aRecordData and it has all 5 
columns as keys and data in each of them. 

I am at a complete loss. I was sure this was working before, now it is not. 

Bob S


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to