OK, this one should be easy (!)
I have a table:-
ARTICLE
---------------
title CHAR(256)
url CHAR(256)
date DATE
I can't seem to get PointBase to accept..
insert into ARTICLE (title,url,date) values ('an article title','article.pdf','2003-01-22')
I've tried various combinations, but...