Kbase P104282: getQueryHandle returns null in the client side when using the AppServer
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/17/2005 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics 2.1B
OpenEdge 10.0x
SYMPTOM(s):
getQueryHandle returns null in the client side when using the AppServer
getQueryHandle returs the right handle in a client/server session
FIX:
Expected behavior.
getQueryHandle returns the Query handle, which is null in if the SmartDataObject is running in the server side.
Use getDataHandle instead of getQueryHandle.