摘要: 写一个程序,能够动态生成多条插入语句如:insert into MyStudents values(“人名1”,年龄,‘男’,分数1,分数2)。将生成的插入语句输出到记事本文件 SQLStr.txt中窗体应用程序insert.cs:后台using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using 阅读全文
posted @ 2012-12-01 09:22 java程序员填空 阅读(254) 评论(0) 推荐(0) 编辑