[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Insert strings



Hi,

I have defined a column varchar(60), but I can insert longer strings 
without an exception. Is it correct? As work-around I check the length 
of the strings on client side and produce my own exception. But it 
prevents an simple update of the database, I have to exchange some code 
in the client application if I have to change the column size.

Regards
Andre