Hi ,
I am using NetBeans to build a Desktop App. I'm using JavaDB as the database. I need a column named "Date" . However , I get an error whenever I try to name a column that. Any suggestions ?
Thanks in advance .
P.S I'm a newbie
Hi ,
I am using NetBeans to build a Desktop App. I'm using JavaDB as the database. I need a column named "Date" . However , I get an error whenever I try to name a column that. Any suggestions ?
Thanks in advance .
P.S I'm a newbie
Date is a reserved word. You need to name it something else. For example, a name for the type of date it is like DATE_CREATED