MySQL -- Fetch Field Row Float.
#2

If you're not even selecting that field, then how is it supposed to return any data? Also this isn't the proper way to retrieve multiple rows. Refer to your first screenshot. That is 1 query and 1 result set. Your current methods sends multiple queries and retrieves one row at a time. This is both inefficient and straining on the MySQL server.
Reply


Messages In This Thread
MySQL -- Fetch Field Row Float. - by yoran765 - 13.06.2014, 13:51
Re: MySQL -- Fetch Field Row Float. - by Vince - 13.06.2014, 15:48

Forum Jump:


Users browsing this thread: 1 Guest(s)