登录
首页 » C# » SQLite多线程写入 出现锁文件的解决方案

SQLite多线程写入 出现锁文件的解决方案

于 2014-01-25 发布
0 201
下载积分: 1 下载次数: 0

代码说明:

SQLite多线程写入 出现锁文件的解决方案

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C# 连接Access,并读取内容实例源码
    读取数据库实例,需将test.mdb放到E:ProjectDatabase1indebug 目录下,即可正确显示数据, 或者修改数据库路径即可
    2020-10-29 10:59:57下载
    积分:1
  • 上实例
    工作上实例
    2013-05-09下载
    积分:1
  • 管理系统源码下载
    仓库管理系统源码下载
    2014-07-20下载
    积分:1
  • c#连接串 加密 例子源码
    c#数据库连接串 加密 例子源码
    2014-09-09下载
    积分:1
  • 竣工资料导入至,资料ftp上传 例子
    竣工资料导入至数据库,资料ftp上传 例子
    2015-06-10下载
    积分:1
  • MES系统源代码
    MES系统源代码
    2021-05-06下载
    积分:1
  • 股票,期货,现货 K线开发实例
    股票,期货,现货 K线开发实例
    2017-03-27下载
    积分:1
  • SubSonic.Core orm框架示例源码(基于Mssql版本)
    修正提交数据库有失败时也返回成功的BUG 修正脏数据提交bug 修正无法赋值整数0的BUG
    2019-04-14下载
    积分:1
  • C# SQL Server连接
     【实例源码】朋友们好,该功能在测试中突然发现,通过Windows身份验证时,服务器IP与数据库值为空的时候,测试连接也会提示连接成功,这个BUG请大家给予帮助,谢谢!using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Data;using System.Data.SqlClient;namespace ConData{    public partial class ConnectionData : Form    {        public ConnectionData()        {            InitializeComponent();        }        private void btnSQLOK_Click(object sender, EventArgs e)        {            string strcon = string.Format("server={0};database={1};uid={2};pwd={3};", this.txtIP.Text.Trim(), txtDataBase.Text.Trim(), txtUser.Text.Trim(), txtPwd.Text.Trim());            try            {                using (SqlConnection con = new SqlConnection(strcon))                {                    con.Open();                    MessageBox.Show("测试成功!");                    con.Close();                }            }            catch (Exception ex)            {                MessageBox.Show(ex.Message);            }        }        private void btnWindowsOK_Click(object sender, EventArgs e)        {            string strCon = string.Format("server={0};database={1};Trusted_Connection=SSPI", txtWindowsIP.Text.Trim(), txtWindowsDB.Text.Trim());            try            {                using (SqlConnection con = new SqlConnection(strCon))                {                    con.Open();                    MessageBox.Show("测试成功!");                    con.Close();                }            }            catch (Exception ex)            {                MessageBox.Show(ex.Message);            }        }    }}
    2014-07-11下载
    积分:1
  • .net C/S系统快速开发框架
    适用开发:制造、服务、零售、商贸等行业的ERP、MRP、MES、CRM、MIS、HIS、POS数据管理应用系统运行平台:Windows .NET Framework 4.5开发工具:Visual Studio 2015 ,C#语言数据库:Microsoft SQLServer 2008R2 (支持多数据库:Oracle/MySql)【源码目录】48.9元开发框架├── DEV13.2.6安装方法.txt├── DXperienceUniversal-13.2.6│   ├── C#源码世界.url│   ├── DXBuildGenerator-master.zip│   ├── DevExpress.Patch v6.1.rar│   ├── DevExpress13.2.6的安装与破解 - 技术文档 - C#源码世界.url│   ├── DevExpressCodeRush-13.2.6.exe│   ├── DevExpressComponents-13.2.6.exe│   ├── DevExpressComponentsHelp-13.2.6.exe│   ├── DevExpressLocalizedResources_2013.2(中繁汉化).rar│   ├── DevExpressLocalizedResources_2013.2_zh-CN.zip│   ├── Readme.txt│   ├── SourceBuilderTool.exe│   └── Sources.rar├── DXperienceUniversal-13.2.6.rar├── Ribbin.zip├── dev安装说明.txt└── 框架运行方法.txt1 directory, 17 files
    2020-11-08下载
    积分:1
  • 696518资源总数
  • 106174会员总数
  • 31今日下载