MySQL output/input Question
Posted: Thu Dec 12, 2013 4:36 pm
Hi everyone, I'm loving LiveCode so far, I cant wait till I know what I'm doing with it 
I have followed this guide and it works great but not exactly what I would like:
/s/lessons/m/4071/l/7003-connecting-to-a-mysql-database
My question today is Inputting data / retrieving data from mysql automatically, here is my senario:
3 or more text entry fields are to be used, lets call the first one bucket, second collorSock and the third numberofsocks.
what I'm trying to do is, for example if i enter bucket1 and redsock, and there are none numberofsocks stays blank and I can enter the number there are. However if there are redsock's in bucket 1 I want the number to show in numberofsocks field as soon as the 2 first conditions are meet.
Is this possible, or will I need to add a button to push to query the server before I get my data?

I have followed this guide and it works great but not exactly what I would like:
/s/lessons/m/4071/l/7003-connecting-to-a-mysql-database
My question today is Inputting data / retrieving data from mysql automatically, here is my senario:
3 or more text entry fields are to be used, lets call the first one bucket, second collorSock and the third numberofsocks.
what I'm trying to do is, for example if i enter bucket1 and redsock, and there are none numberofsocks stays blank and I can enter the number there are. However if there are redsock's in bucket 1 I want the number to show in numberofsocks field as soon as the 2 first conditions are meet.
Is this possible, or will I need to add a button to push to query the server before I get my data?