Kbase P27510: Dynamics: Is it possible for a Dynamics 1.1 client to run c
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/25/2003 |
|
Status: Unverified
GOAL:
Dynamics: Is it possible for a Dynamics 1.1 client to run code on a Dynamics 2.0A Appserver?
FACT(s) (Environment):
Dynamics 1.1A
FACT(s) (Environment):
Dynamics 2.0A
FIX:
This is probably possible, but there are likely to be many complications in order to make it work. You can make the connection and log on with the user name using afdynuser.p, but once you have logged on the real problems start.
The Appserver API's work differently in Dynamics 2 compared to Dynamics 1. For example all the data is returned to the client in the Native datatype and not strings as in Dynamics 1. So string conversions will have to be done before presenting the data to the Dynamics 1 client.