I guess that you are using DBUtils.ExecuteTableView. This method just takes the values as strings and adds them to the TableView.
Which Jdbc driver are you using? Why are you using an access database instead of a proper database?
Thanks Erel. You are right. I use DBUtils.ExecuteTableView.
I use these driver:
' SQLite driver
#AdditionalJar: ucanaccess-4.0.4.jar
#AdditionalJar: hsqldb.jar
#AdditionalJar: jackcess-2.1.11.jar
#AdditionalJar: commons-logging-1.1.3.jar
#AdditionalJar: commons-lang-2.6.jar
I use an access database instead of a proper database because I have this access file available and I would like to use these table in access file for using mail merge later (as default report). I don't know how data report.
And the last, How to resolve my situation about use date from table and show on datepicker.
Thanks.