If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I have a field in Table which is a data type of "VARCHAR 1000" but we can't insert anything more than 255 characters. So, does any one know what is up with this?
I think that is way beyond the limit of the varchar datatype. Am not sure but I think the limit is 256 would be advisable to use a CLOB or a LOB for that.