Hello,
emm i not sure this is the part of the codeguru form your sopposed to ask questions in but this is my best guess so….
My question is :
I am writing a project and it needs to hold data in matrix say 7*7 so this I can do using mysql,
but i need to be able to expand the matrix 7*7 -> 8*8 a lot of times (as a write command for example)
I know i can use the addcoulom/row command in mysql but I think u should use it only to build a database at first and not as a query for write data every time (so i dont think it would be effisiant) essepsialy when its 10000*10000
doing a lot of addrow command would be very slow (i think).
Any suggestions?
Thanks,
Haim