Home > Database > Mysql Tutorial > body text

从Access中创建Sqlite数据库

WBOY
Release: 2016-06-07 15:37:35
Original
1224 people have browsed it

首先,我们需要使用SQLite Expert Professional 工具 1、新建一个 数据库 2、通过SQLite Expert 创建 数据库 ,然后import --〉Data Transfer Wizard--〉import data into...--〉ADO Data Source 3、数据源选择 Provider=Microsoft.Jet.OLEDB.4.0; Data Sour

首先,我们需要使用SQLite Expert Professional 工具


1、新建一个数据库

2、通过SQLite Expert创建数据库,然后import --〉Data Transfer Wizard--〉import data into...--〉ADO Data Source

3、数据源选择 Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:\xxxxxx.mdb;Persist Security Info=False
Data Source改为你自己的数据库

4、用户名和密码看需要输入

简单粗暴,快速转换

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!