Home > database >  PB compiled programs run times
PB compiled programs run times

Time:09-26

The error information is as follows:
DDE Server Windows: FZJXC. Exe - application error
X40009bcf 0 x14f01167 instruction references of "0" memory, the memory not to "read",

But this error is just an error in the compiled program, don't have the wrong run directly in the PB,
Using messagebox tracking and found to be the connect using the sqlca; Offer mistakes, I write the messagebox on respectively before and after the statement message, the compiled program runs only prompted the connect in front of a messagebox,

Statements in the program are as follows:
The SQLCA. DBMS="ODBC"
The SQLCA. The AutoCommit=False
The SQLCA. DBParm="ConnectString='DSN=FZJXC; UID=dba; The PWD=SQL '"

Messagebox (' 1 ', '1')
Connect Using the SQLCA;
Messagebox (' 2 ', '2')

What's the problem? Is the problem that the ODBC?

CodePudding user response:

The lack of DLL!

CodePudding user response:

Can be used to DLL
  • Related