Hi,
I'm trying to create a SQL table or file in Fujitsu Ver 5.
EXEC SQL
CREATE TABLE etc
END-EXEC.
The compiler is returning
JMN2633I-S 33 SQL STATEMENT IS INVALID. ODBC-7600E NOT EXECUTABLE SQL STATEMENT.
I believe it is saying that the CREATE is not available.
Has anyone used the CREATE statement? If so please post a copy of it. Is the CREATE statement the best way to create a new Data Base?
Thanks in advance
JIH
I'm trying to create a SQL table or file in Fujitsu Ver 5.
EXEC SQL
CREATE TABLE etc
END-EXEC.
The compiler is returning
JMN2633I-S 33 SQL STATEMENT IS INVALID. ODBC-7600E NOT EXECUTABLE SQL STATEMENT.
I believe it is saying that the CREATE is not available.
Has anyone used the CREATE statement? If so please post a copy of it. Is the CREATE statement the best way to create a new Data Base?
Thanks in advance
JIH