SQL - fieldget freeze
Posted: Thu Sep 28, 2023 3:44 pm
Hello
I have a problem with SQLConnection and SQLSelect (MySql 8)
c:= "SELECT CFORMAT FROM FACTURE WHERE NUMFACT=15400"
oserver := SQLSelect{c,osql}
IF oserver:Execute()
cvar := oserver:fieldget("CFORMAT") ==> Freeze
endif
All other fieldget are working, but not this one.
If I assign oserver to a bbrowser:
- without field CFORMAT it works
- with field CFORMAT it freeze too
No problem in Heidisql
Any idea ?
Jean-Luc
I have a problem with SQLConnection and SQLSelect (MySql 8)
c:= "SELECT CFORMAT FROM FACTURE WHERE NUMFACT=15400"
oserver := SQLSelect{c,osql}
IF oserver:Execute()
cvar := oserver:fieldget("CFORMAT") ==> Freeze
endif
All other fieldget are working, but not this one.
If I assign oserver to a bbrowser:
- without field CFORMAT it works
- with field CFORMAT it freeze too
No problem in Heidisql
Any idea ?
Jean-Luc