S
|
spintz author 2/27/2008 |
No matter which table I query, and no matter my where clause( I've added "WHERE userid > -1" ) and still ONLY 1 row is ever returned. Is there something static in the connection? |
S
|
spintz author 2/27/2008 |
No matter which table I query, and no matter my where clause( I've added "WHERE userid > -1" ) and still ONLY 1 row is ever returned. Is there something static in the connection?
|
S
|
spintz author 2/27/2008 |
I've added this function as a workaround for now - function db_myNumRows($qhandle)
|