No problem using any delimiter with binding
create table t1(c1)
sRecord = CHR$("A",delimiter,"B",delimiter,"C")
slExeBind "insert into t1 values(?)",slBuildBindDat(sRecord)
Welcome to the SQLitening support forums!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuNo problem using any delimiter with binding
create table t1(c1)
sRecord = CHR$("A",delimiter,"B",delimiter,"C")
slExeBind "insert into t1 values(?)",slBuildBindDat(sRecord)