摘要:
读取uniqueidentifier类型变量,string就行了,如string strGuidValue = dataTable.Rows[i]["GUIDField"].ToString();存储时,当字符存就可以string strGuidValue = System.Guid.NewGuid().ToString()Insert Into table(GuidField,...) Valu... 阅读全文
posted @ 2006-04-14 08:55
zxWraith
阅读(769)
评论(0)
推荐(0)