View Single Post
  #2  
Old 05-03-2010, 11:20 AM
pfyon's Avatar
pfyon
Discordant
 
Join Date: Mar 2009
Location: Ottawa
Posts: 495
Default

Code:
FROM tblWorldServerRegistration AS WSR
means it's using the name WSR instead of the long one for the purpose of this query. I had the same issue with the loginserver and mysql queries failing, so I tried executing the query through a mysql command line to get the more descriptive error.
Reply With Quote