thekobbler
Programmer
OK, this one should be easy (!)
I have a table:-
I can't seem to get PointBase to accept..
I've tried various combinations, but usually get..
returned. Any clues as to how to set a "DATE" field value
I have a table:-
Code:
ARTICLE
---------------
title CHAR(256)
url CHAR(256)
date DATE
I can't seem to get PointBase to accept..
Code:
insert into ARTICLE (title,url,date) values ('an article title','article.pdf','2003-01-22')
I've tried various combinations, but usually get..
Code:
java.sql.SQLException: Illegal cast operation between type: CHARACTER and type: DATE.
returned. Any clues as to how to set a "DATE" field value