Error 701 There is insufficient system memory to run this query? never dealt with this before. :confused: even researched how to fix it yet the answers given did nothing... Notice this is occuring when i inject any item.sql from item.sdatas.
Quote:
Can you post the whole SQL error thingy? :)
Sadly i have already that was the issue right there in the first sentence yet alone that when i check the data that has been executed it's blank..Quote:
Error 701 There is insufficient system memory to run this query
Sadly it has 3gb of ram and page file has 3gb also.. that is what i do not understand...Quote:
uhm sry am im the only one that sees the full error in the error report? <.<
obviously ur ram of u pc/vps is not big enough to handle the situation. U would need atleast 2gb ram to run sql propper.
Thank you so very much your help was actually the thing that helped me fix it thanks sooo much:handsdown:Quote:
You SQL is not the problem. The problem is a recursive event that is happening in your sql query. Either the stuidio has incerted an unusual character or you have one in the description field. Scroll through your sql query created by the stuido and look for a strange looking character in the text/data fields. It will have a ^ next to some characters. Sometimes this is a tab or control character that was accidently entered. Also you MUST Quote special characters in text fields, ie. /\{}[]:;"()or , and . are special characters and must be "ed.
(recursive event means that your sql statment is recalling it's self untill your memory is exausted)