[BEGINNER] Database question dbWhere

Shawn Blc shawnlivecode at gmail.com
Sun Jun 2 07:48:50 EDT 2013


I have this:
on mouseUP
   put "1" into tDataA["fldStatus"]
   dbWhere "fldOn", fldOn                      -- fldOn should equal fldOn
in the database
   put dbUpdate ("contacts", tDataA) into tResult
end mouseUP

Basically what I want is to make sure that in the dbWhere statement that
fldOn from the form = fldOn in the database.



More information about the use-livecode mailing list