Vocabulary odbc Inputs dsn a DSN string strings a sequence of strings containing SQL
Outputs Word description This word initializes odbc, connects to the database with the given DSN, executes the query strings and returns the result as a sequence. It cleans up all resources it uses.
Examples "DSN=snowflake; UID=sheeple; PWD=sekrit"
{ "select 1" "select 2" "select 3" } odbc-queries
See also odbc-init ,
odbc-connect ,
odbc-disconnect ,
odbc-prepare ,
odbc-free-statement ,
odbc-execute ,
odbc-next-row ,
odbc-number-of-columns ,
odbc-describe-column ,
odbc-get-field ,
odbc-get-row-fields ,
odbc-get-all-rows ,
odbc-query Definition
This documentation was generated offline from a
load-all
image. If you want, you can also
browse the documentation from within the UI developer tools . See
the Factor website
for more information.
Factor 0.101 x86.64 (2284, heads/master-29a92525f9, Nov 9 2024 06:55:18)