On launch of app, i want to show 10 rows, at the bottom "Load 15 more", on click on "Load 15 more" the next 15 rows should add to the bottom of the table and again show "Load 15 more", until no rows found. note: I am using php to load table data as an xml feed. If anyone has any tutorial/sample code pl send me the link
SQL Server question. When doing INSERT INTO T1 SELECT (C1, C2) FROM T2 I don t want to specify column names of T1 because they are the same as in T2 Is it possible to do so? Currently I m getting ...