基本信息
源码名称:qt c++ 连接sqlite数据库的实例
源码大小:1.77M
文件格式:.zip
开发语言:C/C++
更新时间:2023-02-27
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

qt c 连接sqlite数据库的实例

使用 qt c 收了数据库sqlite的操作类,连接数据库没有问题,实现了c 语言对sqliite

数据库的操作.

.
├── AIchatGPT
│   ├── AIchatGPT.pro
│   ├── AIchatGPT.pro.user
│   ├── IMAGE
│   │   ├── AILOGIN.jpg
│   │   └── AIWIN.ico
│   ├── aichatgptres.qrc
│   ├── chatgpt.cpp
│   ├── chatgpt.ui
│   ├── chatgptdata.cpp
│   ├── chatgptdata.h
│   ├── db
│   │   ├── sqlite.db
│   │   ├── sqlite3.def
│   │   └── sqlite3.dll
│   ├── dbhelper.cpp
│   ├── dbhelper.h
│   ├── dbo.cpp
│   ├── dbo.h
│   ├── globalvariable.cpp
│   ├── globalvariable.h
│   ├── main.cpp
│   ├── mainwindow.cpp
│   ├── mainwindow.h
│   ├── mainwindow.ui
│   ├── mainwindowaichatgpt.cpp
│   ├── mainwindowaichatgpt.h
│   ├── mainwindowaichatgpt.ui
│   ├── mainwindowaichatgptdata.cpp
│   ├── mainwindowaichatgptdata.h
│   ├── regusr.cpp
│   ├── regusr.h
│   ├── regusr.ui
│   ├── sqlite.db
│   ├── sqlite3.def
│   ├── sqlite3.dll
│   ├── sqlitedb.cpp
│   ├── sqlitedb.h
│   ├── sqlitedb1.cpp
│   ├── sqlitedbo.cpp
│   ├── support.cpp
│   ├── support.h
│   ├── test.cpp
│   ├── test.h
│   ├── upform.cpp
│   ├── upform.h
│   ├── usedata.cpp
│   └── usedata.h
└── qt c 连接sqlite数据库的实例_AIchatGPT.zip

3 directories, 46 files