摘要:
USE [exam]GO /****** Object: Table [dbo].[tx] Script Date: 12/13/2020 22:19:59 ******/SET ANSI_NULLS ONGO SET QUOTED_IDENTIFIER ONGO CREATE TABLE [dbo 阅读全文
posted @ 2020-12-13 22:21
myrj
阅读(178)
评论(0)
推荐(0)
摘要:
string sql1 = "select distinct tx from tiku where tx is not null"; //检索tx表中所有的不重复的tx值 string sql2,url,txa; byte[] dd; DataSet ds = new DataSet(); ds = 阅读全文
posted @ 2020-12-13 21:02
myrj
阅读(103)
评论(0)
推荐(0)
摘要:
//图像数据表:tx//字段id (nvarchar(50) ,image(image)//tgav为图片ID,实质为上传前的主名 (省略了.jpg) using System; using System.Collections.Generic; using System.Data; using S 阅读全文
posted @ 2020-12-13 20:48
myrj
阅读(170)
评论(0)
推荐(0)
摘要:
//图像数据表:tx//字段id (nvarchar(50) ,image(image)//tgav为图片ID,实质为上传前的主名 (省略了.jpg)private void kkkkk(byte[] imgBytesIn,string tgav) { try { SqlConnection con 阅读全文
posted @ 2020-12-13 20:41
myrj
阅读(100)
评论(0)
推荐(0)