Article ID: 124363
Article Last Modified on 7/27/2001
create table review(test <datatype>)
create table viewing(test <datatype>)
create table 'reviewing'(test <datatype>)
create table <tablename> ('reviewing' <datatype>)
create index review on <tablename>(<columnname>)
Calling SQLError returns:
You will also get the above error for other identifiers containing the word
"proc" anywhere in their name, such as myproc, processing, process, and so
forth.
Additional query words: 2.00.2317 3.40 mfc visual C++ MSVC Windows NT
Keywords: kbbug KB124363