在 mysql 中,如果两个表的结构完全相同(或者目标表包含源表中所有的列),且不想逐一列出所有字段,可以使用 INSERT INTO ... SELECT * FROM ... 语句来复制数据。这种方式不要求你列出所有的字段名。
Looking at the sample .html file generated on a silverlight 4 project we see that the object tag is inside a form.(and the form has 开发者_C百科runat=\"server\" for that matter)