When Converting a String from another language to SQL automatically convert question marks (?) to SQL bind variables (:Bn with n = integer number).
Currently question marks are preserved and lead to errors on statement execution.
bye
T
Rank17
Idea#40
When Converting a String from another language to SQL automatically convert question marks (?) to SQL bind variables (:Bn with n = integer number).
Currently question marks are preserved and lead to errors on statement execution.
bye
T
Comments (1)
Of cause this one will only make sense after implementation of Idea#17 "request values for bind parameter"
bye
T