Home > database >  Pb webservice SyntaxFromSQL
Pb webservice SyntaxFromSQL

Time:10-24

The computer environment: pb12.0 and 12.6
Pb12.0 debugging and running is not an error, the generated msi deployment is an error to the unit, deployed in other machines ok,
Code:
New_syntax=l_sqlca. SyntaxFromSQL (l_sql, 'Style (Type=Grid) datawindow (units=0 timer_interval=0 color=67108864)', error_syntaxfromSQL)

Error_syntaxfromsql value:
System. AccessViolationException: try to read or write protected memory, this usually indicates other memory has been damaged,
In DataWindowInterop. TransactionFunctions. DataWindowSyntaxFromSql (IntPtr pDBCommandBlk, String SqlSyntax, String Style, String& Errors)
In Sybase. The original concept. WinWebDataWindowCommon. PBSession. SyntaxFromSql (IntPtr dbCommandBlk, String sqlSyntax, String style, String& Errors)
In Sybase. The original concept. PBTransaction. SyntaxFromSQL (PBString PBString s, t, PBString& E)

CodePudding user response:

  • Related