c# - how an integer gets stored in MYSQL database when we input it using webpage textbox control? -
c# - how an integer gets stored in MYSQL database when we input it using webpage textbox control? -
while working on application came across unusual situation where, when tried inserting value mysql database column having constraint not null using textbox on webpage of asp.net application .exception saying 'columnname' cannot null occurred every time. can tell me reason behind unusual behavior.
you can refer code in: mysql exception wrong integer value : '@column' column asp.net web application
c# mysql asp.net
Comments
Post a Comment