Dave page wrote: > I have to admit I'm confused by your problem.
Dang. I am too. I swear I ran a test case where I ran this as arbitrary SQL: create table Test (Test text); And it presented in the definition pane as: CREATE TABLE "Test" ( "Test" text ); I even ran a servlet querying the table "test" against it, and it didn't return anything... but I must have overlooked something... (And yes, the table did have a couple of records in it. :) I see it's behavior now, and obviously this isn't what normally happens. Sorry. Colin