Es sql close
From EventScripts Community Encyclopedia
|
[edit] OverviewSyntax: Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.Variation of this command that doesn't expand variables: es_xsql close [edit] DescriptionCloses and flushes the database data to disk. [edit] Parameters
[edit] ExamplesSee the ServerMail example in ES v1.5 for a detailed example. // open a SQLite database file es_sql open mydb |myscriptdir // other es_sql query commands // ... es_sql close mydb
[edit] Notes
[edit] See also |
