On 2002-11-08 at 20:51:24 [+0100], mlong@datalong.com wrote: > You need to add a semi-colon to the end of the statement. For example: > > CREATE TABLE security_role ( > rolename VARCHAR(64) PRIMARY KEY NOT NULL > ); thanx, that's it? How come I haven't needed to do this before? Was it because I was using non-transactional stuff? How come it's not necessary in windows. Charlie