David Rayroud
|
| Posted: 11/15/2002, 7:28 AM |
|
Hello,
I am trying to use CodeCharge Studio to developp JSP application, but the management of the dates is not correct.
Has anyone experience with JSP / CodeCharge ?
If yes please tell me at
d r a @ i n o m a t i x . c o m (remove blank space )
thank a lot
David Rayroud
|
|
|
 |
xbill
|
| Posted: 11/15/2002, 1:49 PM |
|
CCS handles both the JSP and servlet
targets fairly well.
You have to follow the setup requirements
in the Java Tutorial at:
http://support.codecharge.com/tutorials.asp
For the date issue- CCS is really sensitive
to the underlying Database and datatypes for
your fields.
For example - it can be really picky with MySQL
and date formatting. (in some cases the workaround
is to remove the "date" type and treat the field
as just "text")
Depending on you database- run a quick search on
your database type (Oracle, MS SQL, etc) on the
forum and review the posts.
-bill.
|
|
|
 |
|