by "Oliver Wong" <owong@[EMAIL PROTECTED]
>
Apr 7, 2006 at 03:55 PM
"Servizio Tecnico" <robertob68(nospam)@[EMAIL PROTECTED]
> wrote in message
news:44363661$0$36935$4fafbaef@[EMAIL PROTECTED]
> Hi, I use Fujitsu v7 with Embedded SQL but when I write the command
"DROP
> TABLE" and "CREATE TABLE" return a error in compilation like this:
> SQL STATEMENT IS INVALID - ODBC 7600E NOT EXECUTABLE SQL STATEMENT
>
> Someone can helpme?
For "DROP TABLE", you have to then specify which table you want to
drop.
For "CREATE TABLE", you then have to specify column names and their data
type. See
http://www.w3schools.com/sql/sql_create.asphttp://www.w3schools.com/sql/sql_drop.asp
- Oliver