代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/457327/7327364
c database.c
#include "database.h"
//把数组的长度设为2048,使sql语句的长度有更大的灵活性
char tmp[2048]; //因为sqlite3的参数为char*型所以我们需要一个数组来存放string型的数据
static void info_db_result(struct sqlite_db_t *db);//打印查询的结果
int sqlite_db_o
www.eeworm.com/read/457327/7327365
h database.h
#ifndef __DATABASE_H__
#define __DATABASE_H__
#include
#include
#include
#include
struct sqlite_db_t {
const char *fname;//数据库文件
char **
www.eeworm.com/read/456863/7338033
bas database.bas
Attribute VB_Name = "Database"
Option Explicit
Public constr As String '数据库连接信息
Public privilege As Integer '用户权限
Public rst As ADODB.Recordset '数据库内的记录
Public rst1 As ADODB.R
www.eeworm.com/read/456863/7338160
txt database.txt
Option Explicit
Public constr As String '数据库连接信息
Public privilege As Integer '用户权限
Public rst As ADODB.Recordset '数据库内的记录
Public rst1 As ADODB.Recordset
Public con As ADODB.Co
www.eeworm.com/read/456852/7338272
rar database.rar
www.eeworm.com/read/456695/7341808
jpg database.jpg
www.eeworm.com/read/456297/7352442