網絡編程 六

數據庫查詢2web #include <stdio.h> #include <sqlite3.h> int main() { sqlite3 *db; int ret = sqlite3_open("student.db",&db); if (ret != SQLITE_OK) { printf ("數據庫打開失敗\n"); return -1; } char *err
相關文章
相關標籤/搜索