Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

varchar with variable length

mrsAngeloMar 16 2013 — edited Oct 15 2014
Hi

I would store strings with variable length on a table of a database - using Apache Derby.

After that I looked on Internet, I suppose to know that the _(new)_ SQL type "VARCHAR2", allows to do that (to store strings with with not fix size).

In my search anywhere I was not able to know if VARCHAR2 can be used with derby.

My ask is: derby implements the use of VARCHAR2 and, if not, I would like have some advice about another way to solve my problem.

Regards

Angelo
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 13 2013
Added on Mar 16 2013
8 comments
1,269 views