[UP]


Manual Reference Pages  - sqlite3_open (3)

NAME

sqlite3_open(3f) - [M_sqlite] Open a database file

CONTENTS

Synopsis
Description
Options

SYNOPSIS

subroutine sqlite3_open(filename, db)

       character(len=*) filename
       type(SQLITE_DATABASE) db

DESCRIPTION

Open a database file and store the connection for later use.

Side effects:

          The database file is opened and can be used via the db argument

OPTIONS

filename
  The name of the database file (it may also be ":mem" to get a memory-based database instead of a file on disk)
db Structure variable to identify the database connection


sqlite3_open (3) March 11, 2021
Generated by manServer 1.08 from 8c128b00-4381-4e83-97a7-63fa48904eb9 using man macros.