Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version. Compare with Current ·  View Page History

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
  • None