Hi, im very new to MySQL ( i have done some proyects but this is a special one)
I really dont know how to implement the following:
I have a grid of numbers 100*100 = 10000, each number is just a very small int ( it has a value from 0 to 9)
i need to store every number to a MySQL database, but i dont know how to approach this.
Do i have to do a table with 10000 columns?, or do i just do 2 columns and in the second one store all the data like "159875621511884...... until i have the 10000 numbers and then separate each number for its retrival? or which is the best way to do it?
i will use C# to do this, or maybe C# => php => mySQL,
what do you guys think?, thanks for your answers and sorry for my english (not my first language)
NgoMaiChi