Cause: The column name entered is either missing or invalid.
Action: Enter a valid column name. A valid column name must begin with a letter, be less than or equal to 30 characters, and consist of only alphanumeric characters and the special characters $, _, and #. If it contains other characters, it must be enclosed in double quotation marks. It may not be a reserved word.
CREATE TABLE PDT_POLL (
SECTION CHAR (4) NOT NULL,
ID NUMBER (10) NOT NULL,
POLL_TYPE VARCHAR2 (5) NOT NULL,
CODE VARCHAR2 (20) NOT NULL,
MAKE_DATE DATE,
ANSWER1 NUMBER (5) DEFAULT 0,
ANSWER2 NUMBER (5) DEFAULT 0,
ANSWER3 NUMBER (5) DEFAULT 0,
ANSWER4 NUMBER (5) DEFAULT 0,
...
..
별 특별한것 없구요..........
delphi 5에서 잘 쓰던것이죠... delphi 6로 버젼업하는김에 dbexpress쓰려고
시도해봤는데 어이없는 일이 벌어졌네요....
commendtext로 'select * from pdt_poll' 요렇게 날려준거 밖에 없는데...쩝
Cause: The column name entered is either missing or invalid.
Action: Enter a valid column name. A valid column name must begin with a letter, be less than or equal to 30 characters, and consist of only alphanumeric characters and the special characters $, _, and #. If it contains other characters, it must be enclosed in double quotation marks. It may not be a reserved word.
table을 맹근 script를 보여주세요..