by "Servizio Tecnico" <robertob68(nospam)@[EMAIL PROTECTED]
>
Apr 7, 2006 at 06:33 PM
I write correctly and this is the code:
EXEC SQL
DROP TABLE MFTEST
END-EXEC
and return always an error.
Roberto
"Oliver Wong" <owong@[EMAIL PROTECTED]
> ha scritto nel messaggio
news:EXvZf.33148$K11.850@[EMAIL PROTECTED]
>
> 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.asp
> http://www.w3schools.com/sql/sql_drop.asp
>
> - Oliver