当前位置:数据库 > SQLite >>

DEVC++ 使用sqlite 错误

#include <cstdlib> #include <iostream> #include <sqlite3.h> using namespace std; int main(int argc, char *argv[]) { sqlite3 *db; int rc = sqlite3_open("sun.db", &db); system("PAUSE"); return EXIT_SUCCESS; } 报错是: [linker error]undefined reference to 'sqlite3_open' Id returned 1 exit status
Oracle
MySQL
Access
SQLServer
DB2
Excel
SQLite
SYBASE
Postgres
如果你遇到数据库难题:
请访问www.zzzyk.com 试试
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,