09-24-2024 08:39 AM
I am trying to implement a parameterized INSERT statement with two columns that are text. When I pass an empty string for the parameter, it inserts a NULL and not an empty string into the table.
Is there something I need to setup to have empty strings insert as empty strings and not NULL?
09-24-2024 09:42 AM
I found that changing the "Call Library Function" for sqlite3_bind_text in the "Bind Text.vi" to type array of U8 and set minimum size to "Number of Bytes" input it will insert an empty string.
09-29-2024 07:51 AM
I had already fixed this, but had not released a new version in a while. I have just submitted a new version to teh Tools Network.