• SQL - fieldget freeze

    From jls@igsoft.be@21:1/5 to All on Wed Sep 27 05:52:44 2023
    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.

    Any idea ?

    Jean-Luc

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alessandro Vacchiano@21:1/5 to All on Thu Sep 28 07:32:09 2023
    Go and post here for help:

    https://www.xsharp.eu/forum/17

    Bye Alessandro

    Il giorno mercoledì 27 settembre 2023 alle 14:52:46 UTC+2 j...@igsoft.be ha scritto:
    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.

    Any idea ?

    Jean-Luc

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)