You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
Main build (Jenkins)
This commit is contained in:
5
docs/en/examples/SQLite/ExecuteSQLQuery.txt
vendored
5
docs/en/examples/SQLite/ExecuteSQLQuery.txt
vendored
@@ -1,5 +1,8 @@
|
||||
TFN = GetTempFileName("sqlite");
|
||||
|
||||
Image = "https://api.athenaeum.digital/test_data/picture.jpg";
|
||||
OPI_TypeConversion.GetBinaryData(Image); // Image - Type: BinaryData
|
||||
|
||||
Connection = OPI_SQLite.CreateConnection(TFN);
|
||||
|
||||
// CREATE
|
||||
@@ -29,7 +32,7 @@
|
||||
ParameterArray.Add(1000.12); // REAL
|
||||
ParameterArray.Add(True); // BOOL
|
||||
ParameterArray.Add(OPI_Tools.GetCurrentDate()); // DATETIME
|
||||
ParameterArray.Add(ПолучитьДвоичныеДанныеИзСтроки("Hello world")); // BLOB
|
||||
ParameterArray.Add(Image); // BLOB
|
||||
|
||||
Result = OPI_SQLite.ExecuteSQLQuery(QueryText, ParameterArray, , Connection);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user