代码搜索:SQLITE
找到约 6,284 项符合「SQLITE」的源代码
代码结果 6,284
www.eeworm.com/read/368130/2825319
cpp sqlite.cpp
#ifndef CONNECTION_H
#define CONNECTION_H
#include
#include
#include
#include
#include
#include
#include
#incl
www.eeworm.com/read/358128/2999731
php sqlite.php
PHP und SQLite
PHP und SQLite
Interpret
Titel
Jahr
www.eeworm.com/read/358128/2999732
pl sqlite.pl
#!/opt/lampp/bin/perl
use DBI;
print "Content-Type: text/html\n\n";
my $dsn="dbi:SQLite2:dbname=../sqlite/cdcol";
my $dbh=DBI->connect("$dsn","","") or
die "Kann Datenbank nicht erreichen!";