Error when INSERT in Excel db
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I have a strange problem, I have inserted a lot of row in a sheet excel using sql statement "INSERT INTO tabname (A,B) VALUES ('xxx','yyy')" and all is ok. then I open the excel file and copy and paste some row, from this moment the INSERT statement don't work! It send me a message: "impossibile espandere l'intervallo denominato" in italian, in english I think "impossible expand named interval"... Anyone know why? I'm sorry for my english...:-O