GSQL
Show me a simple GSQL application?
Here you are:
The output should be:
TableA row: Stan, Juka
Why does my statement doesn't work? (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. Or you can do it like this:
In the last code snippet, GSQL will automatically create a prepared statement for you and run it.
Labels