> Can someone tell me why I need
> INSERT INTO test([field1], field2 ....
> instead of
> INSERT INTO test(field1, field2 ....


Brackets are required around field and file names if they contain spaces or
other non-alphanumeric characters.

Larry Hiscock
Western Computer Services
http://www.wcs-corp.com


-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

Reply via email to