xsharp.eu • RDD DBFMDX error: Ok
Page 1 of 1

RDD DBFMDX error: Ok

Posted: Mon Jul 31, 2023 5:31 am
by Gfb22
Le seguenti righe danno sempre errore di runtime:
oDommy2    := DbServer{g_Rep + "SCHEDE.DBF", , , "DBFMDX"}

oDommy2    := DbServer{g_Rep + "SCHCOL.DBF", , , "DBFMDX"}
"Exception raised by CLR or external code: Riferimento a un oggetto non impostato su un'istanza di oggetto.
Subsystem :    XSharp.Core
GenCode :    EG_NULLVAR Variable not initialized
Subsystem :    DBCMD
GenCode :    EG_ARG Argument error
SubCode :    1015 RDD not found
------------------------------------------------
Altri errori con DBFMDX:
DbCreate(DriveDef + DirSalva + "Spese.DBF", aStruct, "DBFMDX")    // Crea file
oDommy:CopyDB(cNomeDest, { #P_ANT, #P_NOMESO, #P_NOMECO, #P_SUPERF }, { || Left(_FIELD->P_NOMESO, 6) != "SCHEDA"}, , , "DBFMDX" )
--------------------------------------
Come posso risolvere?
​​​​​​​Grazie!

RDD DBFMDX error

Posted: Mon Jul 31, 2023 7:30 am
by wriedmann
Ciao,
stupid question: the DBFMDX RDD has worked once in X#? I'm not really sure that it is implemented yet.
Wolfgang

RDD DBFMDX error

Posted: Mon Jul 31, 2023 7:44 am
by robert
Wolfgang,
No, we do not support DBFMDX.
In theory, we could, but there have to be enough demand to justify the development time spent on this.

Robert

RDD DBFMDX error: Ok

Posted: Tue Aug 01, 2023 5:10 am
by Gfb22
OK thank you.
I can do otherwise and then not use DBFMDX :-)