RDD DBFMDX error: Ok

We encourage new members to introduce themselves here. Get to know one another and share your interests.
Post Reply
User avatar
Gfb22
Posts: 82
Joined: Sat Oct 08, 2022 7:43 pm
Location: Italy

RDD DBFMDX error: Ok

Post 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!
User avatar
wriedmann
Posts: 3458
Joined: Mon Nov 02, 2015 5:07 pm

RDD DBFMDX error

Post by wriedmann »

Ciao,
stupid question: the DBFMDX RDD has worked once in X#? I'm not really sure that it is implemented yet.
Wolfgang
User avatar
robert
Posts: 3815
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

RDD DBFMDX error

Post 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
XSharp Development Team
The Netherlands
User avatar
Gfb22
Posts: 82
Joined: Sat Oct 08, 2022 7:43 pm
Location: Italy

RDD DBFMDX error: Ok

Post by Gfb22 »

OK thank you.
I can do otherwise and then not use DBFMDX :-)
Post Reply