hey guys hope you have a good day,

Today a was developing a web app. which a mysql database. I used the famous tool phpmyadmin for that task.

while creating a table in my database i have got an error “this is not a number”. I have search on the web for it and a few people had the right solution.

The solution is to set the length field for nvarchar type and every thing will getting well πŸ˜‰

so don’t forget to set the length field to get away from that fool error πŸ˜€

2 responses »

  1. sanfords says:

    It can’t be that simple. I tried making a single column table with an INT and STILL get this dumb error.

    • Alaa Attya Mohamed says:

      but it’s working pretty fine for me, could you paste that snippet of your database that caused that bug ?!

Leave a reply to sanfords Cancel reply