My application runs normally in Servoy Developer but then I starts it in Servoy Server, it will create these error:
2009-10-01 17:32:54,015 ERROR [http-8080-3] com.servoy.j2db.util.Debug - SQL Anywhere Error -131: Syntax error near 'procedure' on line 1
2009-10-01 17:32:54,015 ERROR [http-8080-3] com.servoy.j2db.util.Debug - Throwable
org.mozilla.javascript.WrappedException: Wrapped java.lang.RuntimeException: com.servoy.j2db.dataprocessing.DataException: SQL Anywhere Error -131: Syntax error near 'procedure' on line 1 (onLoad#14)
at org.mozilla.javascript.Context.throwAsScriptRuntimeEx(Context.java:1828)
at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:199)
at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:347)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:3666)
at script.onLoad(onLoad:14)
I just can’t figure out how it happened?
Help~