"Yuriy Martsynovskyy" <[EMAIL PROTECTED]> wrote:
> When I execute the SQL code below on a newly created DB file I get an
> error 'table Tab already exists', and it creates a table
> 
> -- comment
> CREATE TABLE Tab(ID);
> 
> Code below works without error messages:
> 
> CREATE TABLE Tab(ID);
> 

I am unable to reproduce this problem.  Both statements work
fine when I try them.

--
D. Richard Hipp  <[EMAIL PROTECTED]>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to