Home >Database >Mysql Tutorial >CGI如何用C控制SQLite3?

CGI如何用C控制SQLite3?

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-07 17:12:181203browse

利用C编写CGI程序,如何控制SQLite3,进行基本的数据库操作?

【问题描述】利用C编写CGI程序,如何控制SQLite3,进行基本的数据库操作?

【简介】

需要建立的变量

需要包含的头文件

  •   
  • 备注:详见搭建SQLite3嵌入式开发环境 (),,安装后,会产生一个sqlite3.h的文件。

    1 打开数据库(open)

    其中,sql_error()是自定义的函数。
    2 关闭数据库(close)

  • sqlite3_close(db);  
  • 3 查(select)

    查询的结果保存在**azResult中,为nrow x ncolumn数组。

    4 增(insert)

    回调函数(callback)

    linux

    Statement:
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn