.net - MySQL does not honor a varchar column size change -


i have mysql instance running under windows 8.1(dev machine). have table defined 1 of columns varchar(50). need change varchar(100). when in mysql workbench, change made , looks good. problem when run .net app uses database, if send data more 50 characters column long error. after stoping/starting database.

am missing obvious?


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -