代码搜索:sqlite3
找到约 267 项符合「sqlite3」的源代码
代码结果 267
www.eeworm.com/read/437676/7743118
c~ sql_createtable.c~
#include
#include "sqlite3.h" /* orignal is */
int sql_createtable( char arr[][20] )
{
sqlite3 *db=NULL;
char *zErrMsg = 0;
int rc,nrow,ncolumn,i;
char sql_cmd[200];
www.eeworm.com/read/437676/7743119
c sql_createtable.c
#include
#include "sqlite3.h" /* orignal is */
int sql_createtable( char arr[][20] )
{
sqlite3 *db=NULL;
char *zErrMsg = 0;
int rc,nrow,ncolumn,i;
char sql_cmd[200];
www.eeworm.com/read/437676/7743137
c sql_insert.c
#include
#include "sqlite3.h" /* orignal is */
int sql_instert (char jioashi[10] , char riqi[16] , char kejie[20] ){
sqlite3 *db = NULL;
char *zErrMsg = 0 , sql_cmd[10
www.eeworm.com/read/156228/11817316
cc myfuncpp2.cc
/*
Very simple C++ program.
Compile:
g++ -o myfuncpp myfuncpp.cc -Wall -W -O2 -Wl,-R/usr/local/lib -lsqlite3
Note sqlite3 shared library, by default, installs in /usr/local/lib.
The
www.eeworm.com/read/156228/11817322
c simplesqlite3.c
/*
Very simple C program.
Compile:
gcc -o simplesqlite3 simplesqlite3.c -Wall -W -O2 -Wl,-R/usr/local/lib -lsqlite3
Note sqlite3 shared library, by default, installs in /usr/local/li
www.eeworm.com/read/156228/11817328
cc myfuncpp.cc
/*
Very simple C++ program.
Compile:
g++ -o myfuncpp myfuncpp.cc -Wall -W -O2 -Wl,-R/usr/local/lib -lsqlite3
Note sqlite3 shared library, by default, installs in /usr/local/lib.
The
www.eeworm.com/read/156228/11817378
c simplesqlite3_2.c
/*
Very simple C program.
Compile:
gcc -o simplesqlite3 simplesqlite3.c -Wall -W -O2 -Wl,-R/usr/local/lib -lsqlite3
Note sqlite3 shared library, by default, installs in /usr/local/li
www.eeworm.com/read/361689/10039292
cpp main.cpp
#include
#include
#include
#include
#include
int main (int argc, char **argv)
{
sqlite3 *db;
int rc, len, i, cols, type;
const char *n
www.eeworm.com/read/446006/7586850
py listing13-2.py
import sqlite3, sys
conn = sqlite3.connect('food.db')
curs = conn.cursor()
query = 'SELECT * FROM food WHERE %s' % sys.argv[1]
print query
curs.execute(query)
names = [f[0] for f in curs.description
www.eeworm.com/read/437676/7743110
c sql_db_del.c
#include
#include "sqlite3.h" /* orignal is */
int sql_db_del (char jilu[11]){
sqlite3 *db = NULL;
char *zErrMsg = 0 , sql_cmd[200];
int rc;
sqlite3_open("ziec