jj: strings need to be escaped by double-doublequotes
This commit is contained in:
parent
92d1751602
commit
79ca2e4a46
@ -53,7 +53,7 @@ Public Class FileOp
|
|||||||
Dim oFileGUID = Await New_EDMIFile_CreateContainer(oFILENAME)
|
Dim oFileGUID = Await New_EDMIFile_CreateContainer(oFILENAME)
|
||||||
Dim oFileRecordID = Nothing
|
Dim oFileRecordID = Nothing
|
||||||
If Not IsNothing(oFileGUID) Then
|
If Not IsNothing(oFileGUID) Then
|
||||||
Dim oSQL = $"SELECT FNEDMI_SET_RECORD('TBEDMI_ADRESSE','{oUserName}',FALSE,NULL,'','{oFileGUID}') FROM rdb$database;"
|
Dim oSQL = $"SELECT FNEDMI_SET_RECORD(""TBEDMI_ADRESSE"",""{oUserName}"",FALSE,NULL,'','{oFileGUID}') FROM rdb$database;"
|
||||||
oFileRecordID = Await New_EDMIFile_CreateDB_Record(oSQL)
|
oFileRecordID = Await New_EDMIFile_CreateDB_Record(oSQL)
|
||||||
End If
|
End If
|
||||||
Return oFileRecordID
|
Return oFileRecordID
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user