parsing error
I am using sql express with visual studio..untill now itwas going fine but suddenly i encountered a new problem where i am getting parsing error if i do not specify my table name in square brackets.why is that so? can anyone plz explain??
like string sql="select * from [tablename]";
why square brackets????
|