-
写一个程序,能够动态生成多条插入话语如:insert into MyStudents values(“人名1”,年龄,‘男’,分数1,分数2)。将生成的插入语句输出到记事本文件 SQLStr.txt中
写一个程序,能够动态生成多条插入语句如:insertintoMyStudentsvalues(“人名1”,年龄,‘男’,分数1,分数2)。将生成的插入语句输出到记事本文件SQLStr.txt中窗体应用程序insert.cs:后台usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Dat...
146
热度