C Library Functions  - 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


Nemo Release 3.1 sqlite3_open (3) February 23, 2025
Generated by manServer 1.08 from 8de54bcc-7201-4d69-b96f-c5548831d7a6 using man macros.