代码搜索:sqlite3
找到约 267 项符合「sqlite3」的源代码
代码结果 267
www.eeworm.com/read/296068/8125090
dsw sqlite3.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/156228/11817319
do3
#!/bin/bash
sqlite3 examdatabase < examScript
sqlite3 examdatabase "insert into exam (ln,fn,exam,score) values ('Anderson','Bob',1,75)"
sqlite3 examdatabase "select * from exam"
sqlite3 examdatabase
www.eeworm.com/read/156228/11817365
do2
#!/bin/bash
rm examdatabase
sqlite3 examdatabase < examScript
sqlite3 examdatabase < examLOG
sqlite3 examdatabase "insert into exam (fn,ln,exam,score) values ('Bob','Anderson',1,78)"
sqlite3 examdat
www.eeworm.com/read/156228/11817379
cc simplesqlite3cpp.cc
/* CopyRight GPL (c) Mike Chirico mchirico@users.sourceforge.net
or mchirico@comcast.net
Very simple C++ program.
Compile:
g++ -o simplesqlitecpp3 simplesqlite3cpp.cc
www.eeworm.com/read/474523/6811578
c sqlite3.c
/*
* Use sqlite3_main() entry point in sqlite3odbc.dll
* to provide an SQLite3 shell, compile with
*
* tcc -o sqlite3.exe -lsqlite3 sqlite3.c
*/
extern int sqlite3_main(int, char **);
www.eeworm.com/read/275163/10834123
c main.c
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
www.eeworm.com/read/157653/11676936
c main.c
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
www.eeworm.com/read/156228/11817358
enterexamdata
#!/bin/bash
sqlite3 examdatabase < examScript
sqlite3 examdatabase < examLOG
sqlite3 examdatabase2 < examScript
sqlite3 examdatabase2 < examLOG
sqlite3 examdatabase "insert into exam (ln,fn,exam,sc
www.eeworm.com/read/167562/5458127
c main.c
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
www.eeworm.com/read/134443/13990704
c main.c
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven