hey thanx for replying..
actually i've got the answer about why i was getting this error..

instead of typing this -> local_sqlCommand.CommandType = CommandType.Text

i went to type wrongly like this -> local_sqlCommand.CommandText = CommandType.Text

so this caused the error..i managed to solve it..

will get back if there i encounter any problem..

thanx alot!(: