[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Insert strings
- To: mckoidb@xxxxxxxxx
- Subject: Insert strings
- From: =?ISO-8859-15?Q?Andr=E9_Rothe?= <cyberdyne_systems@xxxxxx>
- Date: Fri, 04 Jan 2008 15:51:08 +0100
- Delivered-To: mailing list mckoidb@mckoi.com
- Mailing-List: contact mckoidb-help@mckoi.com; run by ezmlm
- User-Agent: Thunderbird 2.0.0.9 (X11/20071115)
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