Posts: 39
Threads: 4
Joined: Nov 2012
Reputation:
0
Hey, i would like to get the data from a specific cell in MYSQL.
After that, i would also like to check if the data is 0 or 1.
Can someone help me?
Thanks!
Posts: 2,528
Threads: 124
Joined: Jul 2009
Reputation:
0
What is the type of this field? Are there any other possible values other than 0 or 1? Which MySQL plugin are you using? If BlueG one - version < R8, or most recent one (with usage of threaded queries)?
Posts: 39
Threads: 4
Joined: Nov 2012
Reputation:
0
Type of the field is an Integer, and i use only 0 or 1, it changes from 0 to 1 when a user accept the rules. I use BlueG's MYSQL plugin, an older version i think. (DLL date is 2010), cause when i use a newer version, the MYSQL will not work...