Server Issues...
Many of you might have noticed that there are a few issues making posts. The problem is that some shoddy programming was applied that passes on our text incorrectly to the SQL Server backend.
Until it is fixed, the only way to allow you to make posts, is to avoid words that are reserved by SQL queries. Of course this is impossible for those not familiar with the language...so see the links below.
S elect
F rom
W here
W ith
This is cumbersome, but as you see, I added additional spacing to prevent the words from causing a problem.
You can try lookup other words here: http://developer.mimer.com/validator...rved-words.tml
or test them here: http://www.petefreitag.com/tools/sql...words_checker/
another alternative would be utilizing a "highlighter" programming that highlights SQLs reserved words, when editing posts. "ConText" is one such program. Keep in mind, apostrophes will throw things off too. http://www.contexteditor.org/
Guess this is a gud reeson to mispell words. Go ahead and try making posts wit those words lists above. You can't do it.
Until it is fixed, the only way to allow you to make posts, is to avoid words that are reserved by SQL queries. Of course this is impossible for those not familiar with the language...so see the links below.
S elect
F rom
W here
W ith
This is cumbersome, but as you see, I added additional spacing to prevent the words from causing a problem.
You can try lookup other words here: http://developer.mimer.com/validator...rved-words.tml
or test them here: http://www.petefreitag.com/tools/sql...words_checker/
another alternative would be utilizing a "highlighter" programming that highlights SQLs reserved words, when editing posts. "ConText" is one such program. Keep in mind, apostrophes will throw things off too. http://www.contexteditor.org/
Guess this is a gud reeson to mispell words. Go ahead and try making posts wit those words lists above. You can't do it.


