Stuck on native database functions
Bob Sneidar
bobsneidar at iotecdigital.com
Tue Jul 6 19:06:07 EDT 2021
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
More information about the use-livecode
mailing list