View Single Post
Downtown1
Veteran Member
Join Date: Mar 2004
Old 06-11-2004 , 22:54  
Reply With Quote #3

Code:
//If the query is greater than 0, you got a handle to the result set        if (res <= 0) {         new err[255]         new errNum = dbi_error(mysql, err, 254)         server_print("error3: %s|%d", err, errNum)         return 1     }         server_print("Result handle: %d", res)

What about if the result is an "Empty set"? What is it supposed to return then?
Downtown1 is offline