会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
繁华落尽的江湖
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
2021年7月5日
C# mAdapter.Fill(rs)提示SQL logic error near "-": syntax error 解决
摘要: 因为数据库内容包含“-”,所以提示错误,解决方案如下: 原来的查询语句:string strSql = "select * from S-8261D系列"; 更改后的查询语句:string strSql = "select * from `S-8261D`系列"; 1 string strSql =
阅读全文
posted @ 2021-07-05 11:50 Cmale
阅读(1399)
评论(0)
推荐(0)
2021年7月3日
C# SQLite3增删改查/新建数据库/新建表/新建字段
摘要: 1 //连接数据库 2 string dbPath = @"Data Source=D:\sqlliteDb\Test.db;Version=3"; 3 string strSql = "select * from aaa"; 4 SQLiteConnection Conn = new SQLite
阅读全文
posted @ 2021-07-03 17:39 Cmale
阅读(1824)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
公告