I just restarted my computer
and now I've checked it again.
I works..
I don't know what the problem was, but it seems solved
because tRS says 1
so everything is fine and the data is stored into my database.
I checked the database to be sure but everything was there.
Thank you for your help
-
Hi,
in tRS is the result. It's the number 1.
I put it in tRS because I want to double check if everything is working as
intended.
That's the code
if tRS is 1 then
answer information "Data was successfully stored."
else
answer error "ERROR: Database error: " && tRS
end if
T
Hello,
I have a problem. I want to insert two things into my database with the same
"mouseUp" instruction.
The problem is that LiveCode only delivers the first part and ignores the
second part.
Can someone maybe help me with this ? I don't see what I did wrong..
Here's the code
___