Posted by: filchiprogrammer on: September 27, 2007
I was debugging this SQL statement in MSSQL and it says
“Syntax error converting the varchar value ‘LDI ‘ to a column of data type int. “
I realized that this was due to the part where in the “Where” clause that compares the value of a char column with an integer, like for example,
[...]
Posted by: filchiprogrammer on: September 8, 2007
I can’t forgive myself for not searching google regarding this problem of mine for more than 2 months already.
I installed my cakephp web application and configured it on the web server via apache alias. But then some problems soon came out like, when the user’s sessions expired, the page is showing off several PHP Notice [...]
Recent Comments