Search found 2 matches

by Theoleen
Tue May 27, 2014 8:24 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: variable into mysql
Replies: 3
Views: 1001

Re: variable into mysql

Thanks for your reply
That works with a digit into tNumber but not if i put a text into tNumber.
I want to search for a record of a person by asking his name. Then search for the record.


theo
by Theoleen
Wed May 21, 2014 8:00 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: variable into mysql
Replies: 3
Views: 1001

variable into mysql

I am a newby so i want to update or search a record in mysql. if i put in something like SELECT * FROM table WHERE score=12 or name="theo" it works ; score and name are columns in mysql But i want to ask the input first, put it into a variable, how do i put the content of that variable in mysql? theo