Windows Mobile
You are running the UltraLite engine on Windows Mobile device, and the client returns a -764 error.
An error of -764 means that the engine could not be found and was unable to start.
Consider one of the following actions:
For example, in some cases you may need to change this code:
ULConnection conn = new ULConnection(@"dbf=\Program Files\HelloEngine\HelloEngine.udb; START=\Windows\uleng11.exe") |
To something similar to:
ULConnection conn = new ULConnection(@"dbf=\\\"Program Files \"\\HelloEngine\\HelloEngine.udb; START=\\Windows\\uleng11.exe"); |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |