摘要:
查询: 1.无条件 select * from student 2.单条件查询 select * from student where id=2 3.多条件查询 select * from student where id=2 and type='摇滚' 4.模糊条件查询 select * from 阅读全文
摘要:
首先:添加GET包: iTextSharp 其次:添加命名空间: using iTextSharp; using iTextSharp.text; using iTextSharp.text.pdf; 之后:操作sql sever 数据库中的表,创建DataTable表格,DataTable中字段类 阅读全文