Filtering rows of a MySQL Database
Posted: Mon Mar 30, 2015 8:32 pm
Hi,
I'm uncertain if this would fall under complete beginner or not, but any advice would be great! I have created a stack that can connect to a MySQL database, and add information to a specific table. One of the columns in the database has been made for the purpose of filtering (essentially a yes, or no column).
I'm trying to populate a field, or datagrid, with only the information related to one of those options (like i would only want to see the no's, and hide anything that is a yes).
I've read through the article on lessons section of runrev on connecting to a mysql database, and found them helpful.
I have also found some very helpful information on this forum, but am still looking for the best way to go about doing this.
Any help would be greatly appreciated.
Thanks in advance,
Sean
I'm uncertain if this would fall under complete beginner or not, but any advice would be great! I have created a stack that can connect to a MySQL database, and add information to a specific table. One of the columns in the database has been made for the purpose of filtering (essentially a yes, or no column).
I'm trying to populate a field, or datagrid, with only the information related to one of those options (like i would only want to see the no's, and hide anything that is a yes).
I've read through the article on lessons section of runrev on connecting to a mysql database, and found them helpful.
I have also found some very helpful information on this forum, but am still looking for the best way to go about doing this.
Any help would be greatly appreciated.
Thanks in advance,
Sean