revDataFromQuery and DELETE FROM

Dan Friedman dan at clearvisiontech.com
Sun Aug 17 12:41:47 EDT 2014


Hello,

Can anyone tell me why this results in "revdberr"?

put "DELETE FROM" && tTableName && "WHERE entryID=" & entryID into tSQL
put revDataFromQuery(tab, cr, gConnectionID, tSQL) into tData

What's interesting is that the record is being removed from the database.  So it's all working server side, just that LiveCode is reporting "revdberr".

Anyone have any ideas?

Thanks in advance,
Dan



More information about the use-livecode mailing list