Why I’m getting parse errors while writing a program?

Asked By 20 points N/A Posted on -
qa-featured

Hi guys I have a problem with my programming as I'm getting parse error while writing this SQL program actually I'm in the learning process and I have to write and execute this program for my college project but don't know why I'm getting this error.Do I need to uninstall and then re install the SQL software?please tell me

SHARE
Answered By 0 points N/A #181026

Why I’m getting parse errors while writing a program?

qa-featured

Hi Dustin, since there is no sample of what error it might be, I just have some assumption to do, for example if it is a syntax errors, more likely the line number for the error is more often than not, is the line after t he actual line where the error took place.  Syntax errors are much different from runtime errors. In solving syntax errors, there are innumerable approaches to initiate, one of which is  open the source file. Take a quick look at the mentioned code line, try to pinpoint the error by glancing from left to right and look for runaway strings & misplaced operators. Check for misplaced semicolons, missing from the previous line beginning and end statement. Don’t forget that solving one syntax error, can uncover another error unfolding. Trial & error is the only option in completely discovering where the error is and upon finding out, a sense of accomplishment. 

Related Questions