GSQL
GString Special Treatment
Why the INSERT in this code fails?
Because the insertSQL is a GString. if you make it a String like this
it will work.
Labels
Why the INSERT in this code fails?
Because the insertSQL is a GString. if you make it a String like this
it will work.