B4J Question Using MySql LOAD_FILE to insert Blob Image - Swissmade    May 22, 2014 Hi All,
Mysql has a nice function to load a file and insert this in a field in the table.../") & "')"
Functions.SQLDB.ExecNonQuery(tmpSQL)
:(:(:(:(
Full Insert or Update... B4A Question SQLite Insert/Update BLOB at specific position - Declan    Aug 29, 2016 Hi, the following code inserts a BLOB:
SQL1.ExecNonQuery2("INSERT INTO table2 VALUES..., img2, img3, img4, img5
How can I insert the BLOB into a specific field, say "img3"?
Also... B4A Question Inserting blob to B4XTable - makis_best (first post)    Jan 22, 2020 Wow... How I miss that.... B4A Question practical example insert blob field in a database SqlLite - JonPM (first post)    Jan 19, 2016   (2 reactions) https://www.b4x.com/android/forum/pages/results/?query=insert+blob&page=1&prefix=0
Please use forum search... B4A Question SqLite problem inserting blob (picture) - LucaMs (first post)    Apr 14, 2014 You're welcome.
No, that's not me: when I was a child, I was much more irascible :mad: :D... B4A Tutorial SQL tutorial - Erel    Oct 2, 2019   (20 reactions)   tags: sqliteimages, begin transaction, SQL ))
InsertBlob 'stores an image in the database.
ReadBlob 'load the image from the database... background.
Sub InsertBlob
Dim Buffer() As Byte = File.ReadBytes(File.DirAssets, "smiley...)
End If
CreateTables
FillSimpleData
LogTable1
InsertManyRows
Log("Number... B4A Question Read BLOB from SQLite and INSERT INTO MySQL BLOB - OliverA (first post)    Sep 16, 2017 If you are using @DonManfred's library, then look into the PreparedStatement, SetPreparedBlob, and ExecutePreparedStatement methods. If you have any issues with that, you'll need to have some... B4A Question [RESOLVED] Download image BLOB and insert into SQLite DB - Mark Stuart (first post)    Dec 12, 2018   (1 reaction) Hi Markus,
The image data was already Base64 encoded, so I had to decode it to make it appear in the... B4J Library [B4X] jRDC2 - B4J implementation of RDC (Remote Database Connector) - Erel    Mar 13, 2024   (42 reactions)   tags: RDC, jRDC2, conectate a un servidor, Remote Connector, DB Remote, Myapp ,\ image BLOB) sql.insert_animal=INSERT INTO animals VALUES (null, ?,?) Notes - Running... multiple requests at the same time. The result is a DBResult object. Example of sending an INSERT request: Sub InsertRecord (Name As String) Dim cmd As DBCommand = CreateCommand("insert_animal... For(j) JobDone(j As HttpJob) If j.Success Then Log("Inserted successfully!"... at once. The insert_animal command is defined in the config file: sql.create_table=CREATE TABLE IF... B4A Question insert and read image with blob on server mysql database - Erel (first post)    Nov 14, 2017 You should have started a new thread for this question.
You cannot run B4J servers in shared hostin... Page: 1   2   3   4   5   6   7   |