Boyd Kelly
unread,Feb 17, 2012, 3:41:54 PM2/17/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Xerial
Hello,
I realize that sqlite is 'flexible' with data types. My sqlite
schema is currently has several columns with "Price" DECIMAL(10,3),
butI have also tried to change to NUMERIC etc.
However when I use jdbc to connect via Birt or Crystal Reports, it
picks up all the numeric fields as strings. Is there some kind of
options that I can use with jdbc to force it to recognize those fields
as numeric?
Regards,
Boyd