摘要: 一、json格式简介 就是键值对形式,{}是对象,[]是数组,相互组合构建。 示例文件Untitled-1.json { "unitinfo": [ { "name": "unit1", "bearing": { "1": "1,2", "2": "3,4", "3": "5,6", "4": "7 阅读全文
posted @ 2020-05-20 17:27 沛苍冥 阅读(3804) 评论(0) 推荐(0)
摘要: 数据库版本是Adaptive Server Anywhere 8 1、添加引用,程序集 iAnywhere.Data.AsaClient。这个和SQLServer的System.Data.SqlClient类似,一般方法和用法都差不多。 2、对于批量插入SqlClient提供了BulkCopy方法, 阅读全文
posted @ 2019-05-30 10:55 沛苍冥 阅读(531) 评论(0) 推荐(0)