Hello,
I have an grid linked to a form on “ID”- field by application link.
All works fine in the development system.
On the production system , I’ll get the form only in insert-mode.
Calling the form directly gives me all data from SQL.
A look into the debug show’s, that in developnem is calle SQL with “… WHERE ID
= 3” at the end .
In porduction System it is : “… WHERE ID
= 0”
Databases are the same, connections are equal.
development: WAMP with SC7 /SC8
production: Debian XAMP SC8
i’ll get the same error on SC7-production System.
what’ wrong here ?
any ideas?
thanks for help!
Jens