"There is a syntax error near the keyword ' COLUMN '. "What's going on?" It's actually very simple!

Source: Internet
Author: User
Tags sql server books

In an ASP program, you want to add a new field to the datasheet by using ASP, and the statement "ALTER TABLE Employees alter COLUMN Salary CHAR (20)" is used, as described in the SQL Chinese reference Manual. CHM, to make an error:

Microsoft OLE DB Provider for SQL Server error ' 80040e14 '

There is a syntax error near the keyword ' COLUMN '.

/ddd/ttt.asp, line 22

On the internet and everywhere to find the reason, no results, only mentioned SQL70 and SQL65 reasons, do not understand.

Finally found the answer in SQL Server Books Online, which is more "COLUMN", probably because the SQL version is different, the statement rules are different.

Change to "Alter TABLE Employees ALTER Salary CHAR (20)".

Thus, there is a lesson: You cannot use the "SQL Chinese reference Manual. Chm", to use your own installed SQL Server online from the book for reference.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.