Hi,
I got some weird problem.
In mysql database, I recreated same structure table( same column name, sam order, same column type, just size little bit different ) because one of column was not good in original table. Then I rename old table as table2, gave the new table as table1, then I dont need to change my sql statement. However, I couldn't reach data from the new table, but I could get data from table2 still if I rename table2 as table1.
Have any ideas for that?