You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[dcc32 Error] dwsDatabaseLibModule.pas(576): E2003 Undeclared identifier: 'AsData'
[dcc32 Fatal Error] DSimpleDWScript.pas(39): F2063 Could not compile used unit 'dwsDataBaseLibModule.pas'
LINE 56
ids:=dbo.Intf.Query(Info.ParamAsString[0], scriptDyn.AsData, Info.Execution.CallStackLastExpr);
As far as I can see it the IndyWebServer project is no longer maintained by the original author Eric Grange. In this fork I have collected some changes I did, which are necessary for my work. However, non of them in regards of the IndyWebServer.
ERROR DEMO IndyWebServer
[dcc32 Error] dwsDatabaseLibModule.pas(576): E2003 Undeclared identifier: 'AsData'
[dcc32 Fatal Error] DSimpleDWScript.pas(39): F2063 Could not compile used unit 'dwsDataBaseLibModule.pas'
LINE 56
ids:=dbo.Intf.Query(Info.ParamAsString[0], scriptDyn.AsData, Info.Execution.CallStackLastExpr);
IScriptDynArray property 'AsData' not exists
procedure TdwsDatabaseLib.dwsDatabaseClassesDataBaseMethodsQueryEval(
The text was updated successfully, but these errors were encountered: